Interface PlaceTriggerOrderLog

interface PlaceTriggerOrderLog {
    is_stop_loss: boolean;
    market: PublicKey;
    owner: PublicKey;
    price: BN;
    price_exponent: number;
    receive_custody_uid: number;
    size_amount: BN;
    size_usd: BN;
}

Properties

is_stop_loss: boolean
market: PublicKey
owner: PublicKey
price: BN
price_exponent: number
receive_custody_uid: number
size_amount: BN
size_usd: BN