gpmn

Results 10 issues of gpmn

for "Incorrect NumInGroup" #366 #365 for xml charset: #363

https://github.com/quickfixgo/quickfix/blob/bbe42d9f62205321fa6b61c46f22fe073b814467/validation.go#L215 missing a line like this: fieldStack = fieldStack[1:] fieldStack not iterated to it's next element, that's why quickfix raised such error "Incorrect NumInGroup count for repeating group" this is...

I'm developing for FXCM with quickfixgo. In onLogon I called this, but it seems session.verify do not accept the response from FXCM. I'm investgating this issue, also if anyone could...

https://github.com/quickfixgo/quickfix/pull/240/files https://github.com/quickfixgo/quickfix/issues/238 examples' vendor folder not latest, missing this bug, waste nearly one day of me, so bad >_< wish you could update the vendor folder as soon

https://github.com/quickfixgo/quickfix/blob/bbe42d9f62205321fa6b61c46f22fe073b814467/datadictionary/datadictionary.go#L329 decoder := xml.NewDecoder(xmlFile) decoder.CharsetReader = func(encoding string, input io.Reader) (io.Reader, error) { return input, nil } if err := decoder.Decode(doc); err != nil { return nil, err } s.a....

Hi, Our code should be upgrade too.

My js test case call evm_setTime to update time first ,then I check the eth_getBlockByNumber and got the time correctly updated. But then I call a function of my contract,...

database/sql do not support multi record set yet; so everything will failed once after a stored procedure is called; I found go-sql-driver has already fixed this problem; the solution is...

https://github.com/rootpd/go-binance/blob/c656b55bcff406ed07451fbf5b0ac99f7397ac8b/service_websocket.go#L344 tag 't' used twice in same structure. ./service_websocket.go:344: struct field TakerCommision repeats json tag "t" also at ./service_websocket.go:342 according to https://github.com/binance-exchange/binance-official-api-docs/blob/master/user-data-stream_CN.md rawAccount := struct { Type string `json:"e"` Time...