mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
b0e71e4258
Let JSON parse to be explicit for prevent Unmarshal case-insensitive issue
215 lines
6.3 KiB
Go
215 lines
6.3 KiB
Go
package binance
|
|
|
|
import (
|
|
"regexp"
|
|
"testing"
|
|
|
|
"github.com/stretchr/testify/assert"
|
|
)
|
|
|
|
var jsCommentTrimmer = regexp.MustCompile("(?m)//.*$")
|
|
|
|
func TestMarginResponseParsing(t *testing.T) {
|
|
type testcase struct {
|
|
input string
|
|
}
|
|
|
|
var testcases = []testcase{
|
|
{
|
|
input: `{
|
|
"e": "executionReport",
|
|
"E": 1608545107403,
|
|
"s": "BNBUSDT",
|
|
"c": "ios_0de017ca7ceb4102b3baa664feb46e65",
|
|
"S": "BUY",
|
|
"o": "MARKET",
|
|
"f": "GTC",
|
|
"q": "0.50000000",
|
|
"p": "0.00000000",
|
|
"P": "0.00000000",
|
|
"F": "0.00000000",
|
|
"g": -1,
|
|
"C": "",
|
|
"x": "NEW",
|
|
"X": "NEW",
|
|
"r": "NONE",
|
|
"i": 1147335332,
|
|
"l": "0.00000000",
|
|
"z": "0.00000000",
|
|
"L": "0.00000000",
|
|
"n": "0",
|
|
"N": null,
|
|
"T": 1608545107401,
|
|
"t": -1,
|
|
"I": 2387303818,
|
|
"w": true,
|
|
"m": false,
|
|
"M": false,
|
|
"O": 1608545107401,
|
|
"Z": "0.00000000",
|
|
"Y": "0.00000000",
|
|
"Q": "0.00000000"
|
|
}`,
|
|
},
|
|
{
|
|
input: `{
|
|
"e": "executionReport",
|
|
"E": 1608545107403,
|
|
"s": "BNBUSDT",
|
|
"c": "ios_0de017ca7ceb4102b3baa664feb46e65",
|
|
"S": "BUY",
|
|
"o": "MARKET",
|
|
"f": "GTC",
|
|
"q": "0.50000000",
|
|
"p": "0.00000000",
|
|
"P": "0.00000000",
|
|
"F": "0.00000000",
|
|
"g": -1,
|
|
"C": "",
|
|
"x": "TRADE",
|
|
"X": "FILLED",
|
|
"r": "NONE",
|
|
"i": 1147335332,
|
|
"l": "0.50000000",
|
|
"z": "0.50000000",
|
|
"L": "33.85710000",
|
|
"n": "0.00037500",
|
|
"N": "BNB",
|
|
"T": 1608545107401,
|
|
"t": 98414801,
|
|
"I": 2387303819,
|
|
"w": false,
|
|
"m": false,
|
|
"M": true,
|
|
"O": 1608545107401,
|
|
"Z": "16.92855000",
|
|
"Y": "16.92855000",
|
|
"Q": "0.00000000"
|
|
}`,
|
|
},
|
|
{
|
|
input: `{
|
|
"e": "outboundAccountInfo",
|
|
"E": 1608545107403,
|
|
"m": 9,
|
|
"t": 10,
|
|
"b": 0,
|
|
"s": 0,
|
|
"T": true,
|
|
"W": true,
|
|
"D": true,
|
|
"u": 1608545107401,
|
|
"B": [
|
|
{
|
|
"a": "BNB",
|
|
"f": "89.99345616",
|
|
"l": "12.00000000"
|
|
},
|
|
{
|
|
"a": "USDT",
|
|
"f": "0.16410063",
|
|
"l": "0.00000000"
|
|
}
|
|
],
|
|
"P": []
|
|
}`,
|
|
},
|
|
{
|
|
input: `{
|
|
"e":"outboundAccountPosition",
|
|
"E":1608545107403,
|
|
"u":1608545107401,
|
|
"B":[{"a":"BNB","f":"89.99345616","l":"12.00000000"},{"a":"USDT","f":"0.16410063","l":"0.00000000"}]
|
|
}`,
|
|
},
|
|
}
|
|
|
|
for _, testcase := range testcases {
|
|
payload := testcase.input
|
|
payload = jsCommentTrimmer.ReplaceAllLiteralString(payload, "")
|
|
event, err := ParseEvent(payload)
|
|
assert.NoError(t, err)
|
|
assert.NotNil(t, event)
|
|
}
|
|
}
|
|
|
|
func TestParseOrderUpdate(t *testing.T) {
|
|
payload := `{
|
|
"e": "executionReport", // Event type
|
|
"E": 1499405658658, // Event time
|
|
"s": "ETHBTC", // Symbol
|
|
"c": "mUvoqJxFIILMdfAW5iGSOW", // Client order ID
|
|
"S": "BUY", // Side
|
|
"o": "LIMIT", // Order type
|
|
"f": "GTC", // Time in force
|
|
"q": "1.00000000", // Order quantity
|
|
"p": "0.10264410", // Order price
|
|
"P": "0.222", // Stop price
|
|
"F": "0.00000000", // Iceberg quantity
|
|
"g": -1, // OrderListId
|
|
"C": null, // Original client order ID; This is the ID of the order being canceled
|
|
"x": "NEW", // Current execution type
|
|
"X": "NEW", // Current order status
|
|
"r": "NONE", // Order reject reason; will be an error code.
|
|
"i": 4293153, // Order ID
|
|
"l": "0.00000000", // Last executed quantity
|
|
"z": "0.00000000", // Cumulative filled quantity
|
|
"L": "0.00000001", // Last executed price
|
|
"n": "0", // Commission amount
|
|
"N": null, // Commission asset
|
|
"T": 1499405658657, // Transaction time
|
|
"t": -1, // Trade ID
|
|
"I": 8641984, // Ignore
|
|
"w": true, // Is the order on the book?
|
|
"m": false, // Is this trade the maker side?
|
|
"M": true, // Ignore
|
|
"O": 1499405658657, // Order creation time
|
|
"Z": "0.1", // Cumulative quote asset transacted quantity
|
|
"Y": "0.00000000", // Last quote asset transacted quantity (i.e. lastPrice * lastQty)
|
|
"Q": "2.0" // Quote Order Qty
|
|
}`
|
|
|
|
payload = jsCommentTrimmer.ReplaceAllLiteralString(payload, "")
|
|
|
|
event, err := ParseEvent(payload)
|
|
assert.NoError(t, err)
|
|
assert.NotNil(t, event)
|
|
|
|
executionReport, ok := event.(*ExecutionReportEvent)
|
|
assert.True(t, ok)
|
|
assert.NotNil(t, executionReport)
|
|
|
|
assert.Equal(t, executionReport.Symbol, "ETHBTC")
|
|
assert.Equal(t, executionReport.Side, "BUY")
|
|
assert.Equal(t, executionReport.ClientOrderID, "mUvoqJxFIILMdfAW5iGSOW")
|
|
assert.Equal(t, executionReport.OriginalClientOrderID, "")
|
|
assert.Equal(t, executionReport.OrderType, "LIMIT")
|
|
assert.Equal(t, executionReport.OrderCreationTime, int64(1499405658657))
|
|
assert.Equal(t, executionReport.TimeInForce, "GTC")
|
|
assert.Equal(t, executionReport.IcebergQuantity, "0.00000000")
|
|
assert.Equal(t, executionReport.OrderQuantity, "1.00000000")
|
|
assert.Equal(t, executionReport.QuoteOrderQuantity, "2.0")
|
|
assert.Equal(t, executionReport.OrderPrice, "0.10264410")
|
|
assert.Equal(t, executionReport.StopPrice, "0.222")
|
|
assert.Equal(t, executionReport.IsOnBook, true)
|
|
assert.Equal(t, executionReport.IsMaker, false)
|
|
assert.Equal(t, executionReport.Ignore, true)
|
|
assert.Equal(t, executionReport.CommissionAmount, "0")
|
|
assert.Equal(t, executionReport.CommissionAsset, "")
|
|
assert.Equal(t, executionReport.CurrentExecutionType, "NEW")
|
|
assert.Equal(t, executionReport.CurrentOrderStatus, "NEW")
|
|
assert.Equal(t, executionReport.OrderID, int64(4293153))
|
|
assert.Equal(t, executionReport.Ignored, int64(8641984))
|
|
assert.Equal(t, executionReport.TradeID, int64(-1))
|
|
assert.Equal(t, executionReport.TransactionTime, int64(1499405658657))
|
|
assert.Equal(t, executionReport.LastExecutedQuantity, "0.00000000")
|
|
assert.Equal(t, executionReport.LastExecutedPrice, "0.00000001")
|
|
assert.Equal(t, executionReport.CumulativeFilledQuantity, "0.00000000")
|
|
assert.Equal(t, executionReport.CumulativeQuoteAssetTransactedQuantity, "0.1")
|
|
assert.Equal(t, executionReport.LastQuoteAssetTransactedQuantity, "0.00000000")
|
|
|
|
orderUpdate, err := executionReport.Order()
|
|
assert.NoError(t, err)
|
|
assert.NotNil(t, orderUpdate)
|
|
}
|