Documentation
¶
Index ¶
- Variables
- func Balances() (b model.Balances, err error)
- func Book() ([]model.Order, []model.Order, error)
- func Buy(price, size decimal.Decimal) (string, error)
- func GetOrder(id string) (*order.GetOrderResponse, error)
- func LoadClient(conf *arboconfig.Config)
- func OrderTest()
- func Sell(price, size decimal.Decimal) (string, error)
- func WSTest()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Fees = model.Fees{ MakerTakerRatio: decimal.RequireFromString("0.0017"), WithdrawalFlatXCH: decimal.RequireFromString("0.0005"), WithdrawalFlatUSDT: decimal.NewFromInt(1), } AskAddition = decimal.NewFromInt(1).Add(Fees.MakerTakerRatio) BidReduction = decimal.NewFromInt(1).Sub(Fees.MakerTakerRatio) )
Functions ¶
func LoadClient ¶
func LoadClient(conf *arboconfig.Config)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.