Interface ExecutionReportOperationInit

Plain-object form of ExecutionReportOperation.

interface ExecutionReportOperationInit {
    accountId?:
        | string
        | number
        | bigint
        | AccountId;
    settlementAsset?: string;
    side?: "BUY" | "SELL";
    underlyingAsset?: string;
}

Properties

accountId?:
    | string
    | number
    | bigint
    | AccountId
settlementAsset?: string
side?: "BUY" | "SELL"
underlyingAsset?: string