Interface LimitOrderCreate2Operation

This operation is identical to limit_order_create except it serializes the price rather than calculating it from other fields.

Hierarchy

  • Operation

    Hierarchy

    • LimitOrderCreate2Operation

Properties

0 1

Properties

0: "limit_order_create2"
1: { amount_to_sell: string | Asset; exchange_rate: PriceType; expiration: string; fill_or_kill: boolean; orderid: number; owner: string }

Type declaration

  • amount_to_sell: string | Asset
  • exchange_rate: PriceType
  • expiration: string
  • fill_or_kill: boolean
  • orderid: number
  • owner: string

Generated using TypeDoc