Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Order ¶
type Order interface { Price() *big.Int PriceC() *big.Int PriceQ() *big.Int Volume() *big.Int VolumeC() *big.Int VolumeQ() *big.Int Type() uint8 Parity() uint8 MinimumVolume() *big.Int MinimumVolumeC() *big.Int MinimumVolumeQ() *big.Int Expiry() uint64 Tokens() uint64 NonceHash() *big.Int SendCurrency() uint32 ReceiveCurrency() uint32 Trader() []byte }
Order is the interface of an order.
Click to show internal directories.
Click to hide internal directories.