Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderTypes ¶
type OrderTypes int64
OrderTypes ...
const ( // Withdrawal is 0 // represents the cash withdrawal to consumer Withdrawal OrderTypes = iota // Buy is 1 Buy // Spread is 2 // represents the difference between buy (offer) and market price (bid) Spread // Fee is 3 Fee )
func (*OrderTypes) Scan ¶
func (o *OrderTypes) Scan(value interface{}) error
Scan - Implement the database/sql scanner interface
Click to show internal directories.
Click to hide internal directories.