Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LimitOrder

Hierarchy

Index

Properties

cancel_after?: "day" | "hour" | "min"
client_oid?: string
post_only?: boolean
price: number
product_id?: string
side: Side
size: number
stop?: "loss" | "entry"
stop_price?: number
stp?: "dc" | "co" | "cn" | "cb"
time_in_force?: "GTC" | "GTT" | "IOC" | "FOK"
type: "limit"