Documentation ¶
Index ¶
- func RoundBinancePriceAndQuantity(orderPrice, orderQuantity *apd.Decimal, ...) (price, qtt *apd.Decimal, err error)
- func RoundBybitPriceAndQuantity(orderPrice, orderQuantity *apd.Decimal, lotSizeString, tickSizeString string) (price, qtt *apd.Decimal, err error)
- func RoundPhemexPriceAndQuantity(orderPrice, orderQuantity *apd.Decimal, lotSizeString, tickSizeString string) (price, qtt *apd.Decimal, err error)
- func ValidateBinancePrice(orderPrice, orderQuantity *apd.Decimal, ...) error
- func ValidateBinanceQuantity(orderQuantity *apd.Decimal, ...) error
- func ValidatePhemexPrice(orderPrice *apd.Decimal, lotSizeString, tickSizeString string) error
- func ValidatePhemexQuantity(orderQuantity *apd.Decimal, lotSizeString, tickSizeString string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateBinancePrice ¶
func ValidateBinanceQuantity ¶
func ValidatePhemexPrice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.