Versions in this module Expand all Collapse all v0 v0.0.1 Mar 28, 2026 Changes in this version + const ONE + type KernelOrder struct + Amount int64 + CreateTime int64 + FilledTotal int64 + Id uint64 + KernelOrderID uint64 + Left int64 + Price int64 + Status OrderStatus + TimeInForce TimeInForce + Type OrderType + UpdateTime int64 + type OrderStatus uint8 + const CANCELLED + const CLOSED + const OPEN + type OrderType uint8 + const LIMIT + const MARKET + type TimeInForce uint8 + const FOK + const GTC + const IOC + const POC