export interface GetAssetOpenOrdersPerAccountArgs { accountId: string; assetId?: string; firstIndex?: number; lastIndex?: number; }