Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddParam ¶
type AddParam struct {
Price fixed.FixedNumber
Quantity fixed.FixedNumber
Quote fixed.FixedNumber
OrderId OrderId
Side SideType
}
type OrderBook ¶
type OrderBook struct {
// contains filtered or unexported fields
}
func NewOrderBook ¶
func NewOrderBook() *OrderBook
type Trade ¶
type Trade struct {
TakerId OrderId
MakerId OrderId
Price fixed.FixedNumber
Quantity fixed.FixedNumber
Side SideType
Timestamp int64
}
Click to show internal directories.
Click to hide internal directories.