Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MsgBase<MsgBatchUpdateOrders.Params, MsgBatchUpdateOrders.Proto>
    • MsgBatchUpdateOrders

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { binary_options_market_ids_to_cancel_all: string[]; binary_options_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; binary_options_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]; derivative_market_ids_to_cancel_all: string[]; derivative_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; derivative_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]; sender: string; spot_market_ids_to_cancel_all: string[]; spot_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; spot_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; trigger_price: string; })[]; subaccount_id: string } }
  • Returns { type: string; value: { binary_options_market_ids_to_cancel_all: string[]; binary_options_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; binary_options_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]; derivative_market_ids_to_cancel_all: string[]; derivative_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; derivative_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]; sender: string; spot_market_ids_to_cancel_all: string[]; spot_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; spot_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; trigger_price: string; })[]; subaccount_id: string } }

    • type: string
    • value: { binary_options_market_ids_to_cancel_all: string[]; binary_options_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; binary_options_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]; derivative_market_ids_to_cancel_all: string[]; derivative_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; derivative_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]; sender: string; spot_market_ids_to_cancel_all: string[]; spot_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]; spot_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; trigger_price: string; })[]; subaccount_id: string }
      • binary_options_market_ids_to_cancel_all: string[]
      • binary_options_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]
      • binary_options_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]
      • derivative_market_ids_to_cancel_all: string[]
      • derivative_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]
      • derivative_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; margin: string; trigger_price: string; })[]
      • sender: string
      • spot_market_ids_to_cancel_all: string[]
      • spot_orders_to_cancel: ({ market_id: string; subaccount_id: string; order_hash: string; order_mask: number; })[]
      • spot_orders_to_create: ({ market_id: string; order_info: { subaccount_id: string; fee_recipient: string; price: string; quantity: string; } | undefined; order_type: OrderType; trigger_price: string; })[]
      • subaccount_id: string
  • toData(): { @type: string; binaryOptionsMarketIdsToCancelAll: string[]; binaryOptionsOrdersToCancel: internal.OrderData[]; binaryOptionsOrdersToCreate: DerivativeOrder[]; derivativeMarketIdsToCancelAll: string[]; derivativeOrdersToCancel: internal.OrderData[]; derivativeOrdersToCreate: DerivativeOrder[]; sender: string; spotMarketIdsToCancelAll: string[]; spotOrdersToCancel: internal.OrderData[]; spotOrdersToCreate: internal.SpotOrder[]; subaccountId: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; binary_options_market_ids_to_cancel_all: string[]; binary_options_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]; binary_options_orders_to_create: { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]; derivative_market_ids_to_cancel_all: string[]; derivative_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]; derivative_orders_to_create: { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]; sender: string; spot_market_ids_to_cancel_all: string[]; spot_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]; spot_orders_to_create: { market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]; subaccount_id: string }
  • Returns { @type: string; binary_options_market_ids_to_cancel_all: string[]; binary_options_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]; binary_options_orders_to_create: { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]; derivative_market_ids_to_cancel_all: string[]; derivative_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]; derivative_orders_to_create: { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]; sender: string; spot_market_ids_to_cancel_all: string[]; spot_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]; spot_orders_to_create: { market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]; subaccount_id: string }

    • @type: string
    • binary_options_market_ids_to_cancel_all: string[]
    • binary_options_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]
    • binary_options_orders_to_create: { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]
    • derivative_market_ids_to_cancel_all: string[]
    • derivative_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]
    • derivative_orders_to_create: { margin: string; market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]
    • sender: string
    • spot_market_ids_to_cancel_all: string[]
    • spot_orders_to_cancel: { market_id: string; order_hash: string; order_mask: number; subaccount_id: string }[]
    • spot_orders_to_create: { market_id: string; order_info: undefined | ({ subaccount_id: string; fee_recipient: string; price: string; quantity: string; }); order_type: OrderType; trigger_price: string }[]
    • subaccount_id: string

Generated using TypeDoc