@openpit/engine
    Preparing search index...

    Interface ExecutionReportOperationInit

    Plain-object form of ExecutionReportOperation.

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