mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
* Codespell: Fix new violations in 2.4.0 * Codespell: Move currency ignoring to regex * Codespell: Add vendor to ignored files * Codespell: Remove github action params duplicated from .codespellrc .codespellrc already exists in the project * Codespell: Remove unused freez from ignore words
16 lines
766 B
Plaintext
16 lines
766 B
Plaintext
os, errOs := order.StringToOrderStatus(genOrderDetail.Status)
|
|
if errOs != nil {
|
|
return order.Detail{}, fmt.Errorf("error parsing order status: %s", errOs)
|
|
tt, errOt := order.StringToOrderType(genOrderDetail.Type)
|
|
if errOt != nil {
|
|
return order.Detail{}, fmt.Errorf("error parsing order type: %s", errOt)
|
|
const pressXToJSON = `[0,"bu",[4131.85,4131.85]]`
|
|
wsTradeExecuted = "te"
|
|
wsBalanceUpdate = "bu"
|
|
"59512": errors.New("unable to set up this permission for ND brokers sub accounts. by default, all ND sub accounts can transfer funds out"),
|
|
currency.MIS: 0.002,
|
|
SHFT = NewCode("SHFT")
|
|
currency.SHFT: 84,
|
|
TotalIn float64 `json:"totalIn"`
|
|
TotalIn int64 `json:"totalIn"`
|