c9s
|
10c00cf9ba
|
doc: add more examples
|
2020-10-10 12:09:23 +08:00 |
|
c9s
|
853455362d
|
doc: fix link format
|
2020-10-10 12:07:12 +08:00 |
|
c9s
|
9faf68d709
|
doc: add example section
|
2020-10-10 12:06:22 +08:00 |
|
c9s
|
e2698efc7e
|
pull out exchange batch processor
|
2020-10-10 12:02:06 +08:00 |
|
c9s
|
c91924990a
|
ignore .idea
|
2020-10-10 11:26:49 +08:00 |
|
c9s
|
7cada295b8
|
add max-orders example
|
2020-10-10 11:26:25 +08:00 |
|
c9s
|
f9a3863a95
|
add max-eqmaker
|
2020-10-10 11:26:16 +08:00 |
|
Yo-An Lin
|
38307f0f43
|
Merge pull request #6 from appleboy/patch
chore: make code more readable
|
2020-10-09 21:03:56 +08:00 |
|
Bo-Yi Wu
|
bbca05234a
|
chore: make code more readable
|
2020-10-09 16:00:46 +08:00 |
|
Yo-An Lin
|
57f0888c3c
|
Merge pull request #5 from appleboy/gofmt
refactor: run gofmt -w -s
|
2020-10-09 15:24:34 +08:00 |
|
Bo-Yi Wu
|
7ba31272f1
|
refactor: run gofmt -w -s
|
2020-10-09 13:21:42 +08:00 |
|
c9s
|
dde3e0f3c9
|
add support section
|
2020-10-08 22:31:09 +08:00 |
|
c9s
|
04b377258d
|
add synopsis section
|
2020-10-08 22:26:33 +08:00 |
|
Yo-An Lin
|
8f902d657e
|
Create LICENSE
|
2020-10-08 22:20:59 +08:00 |
|
c9s
|
35f75c7d12
|
improve max exchange order query api
|
2020-10-08 22:03:25 +08:00 |
|
c9s
|
12dbab95a7
|
ignore local dotenv files
|
2020-10-08 21:57:58 +08:00 |
|
c9s
|
002485df22
|
add .gitignore file
|
2020-10-08 21:49:36 +08:00 |
|
Yo-An Lin
|
1cd92121af
|
Merge pull request #1 from elena-ann/patch-1
Create README.md
|
2020-10-08 20:50:28 +08:00 |
|
Elena Ann
|
9fbbdfccc4
|
Create README.md
|
2020-10-08 20:49:05 +08:00 |
|
c9s
|
8c2473559b
|
clean up
|
2020-10-07 13:36:11 +08:00 |
|
c9s
|
f8cfd58e73
|
implement QueryTrades method on max
|
2020-10-06 18:44:56 +08:00 |
|
c9s
|
d4010db006
|
use type types.BalanceMap
|
2020-10-06 17:32:41 +08:00 |
|
c9s
|
f5624ce9d1
|
implement QueryAccount and QueryAccountBalances
|
2020-10-06 17:28:13 +08:00 |
|
c9s
|
8a250db582
|
max: add CreateOrderRequest api
|
2020-10-05 19:01:43 +08:00 |
|
c9s
|
26748c45af
|
refactor order service apis
|
2020-10-05 18:49:59 +08:00 |
|
c9s
|
73a9b21440
|
max: support client oid in the cancel request
|
2020-10-05 18:31:50 +08:00 |
|
c9s
|
ba499645f6
|
max: implement basic max exchange skeleton
|
2020-10-05 18:26:31 +08:00 |
|
c9s
|
e06a480b04
|
add migration files
|
2020-10-05 17:51:01 +08:00 |
|
c9s
|
44145203c6
|
update golang.org/x/net
|
2020-10-05 17:47:25 +08:00 |
|
c9s
|
defb634f1c
|
update github.com/aws/aws-sdk-go
|
2020-10-05 17:47:25 +08:00 |
|
c9s
|
7cd4006056
|
add go module files
|
2020-10-05 17:47:25 +08:00 |
|
c9s
|
3989531788
|
move packages
|
2020-10-05 17:47:25 +08:00 |
|
c9s
|
9cc4505594
|
support binance orderbook
|
2020-10-05 14:16:55 +08:00 |
|
c9s
|
1bbed2e477
|
support binance depth event parsing
|
2020-10-03 20:09:22 +08:00 |
|
c9s
|
9d26adb245
|
fix channel type and add map guard
|
2020-10-03 19:42:17 +08:00 |
|
c9s
|
30a5193923
|
refactor binance event passing and convertion
|
2020-10-03 19:38:35 +08:00 |
|
c9s
|
46fa720f6a
|
refactor mutex orderbook as stream order book
|
2020-10-03 19:25:42 +08:00 |
|
c9s
|
cea51679ba
|
add signal chan package
|
2020-10-03 19:14:15 +08:00 |
|
c9s
|
657a145699
|
rename private stream to just stream
|
2020-10-03 18:35:28 +08:00 |
|
c9s
|
9dd8b026e6
|
add buy-sell-ratio
|
2020-10-03 13:44:38 +08:00 |
|
c9s
|
a8c972dfb1
|
first max token market maker
|
2020-10-03 11:11:59 +08:00 |
|
c9s
|
cd80a68e50
|
clean up price volume pair code
|
2020-10-03 09:19:38 +08:00 |
|
c9s
|
189a1f7fe7
|
max: dispatch private messages
|
2020-10-02 21:29:59 +08:00 |
|
c9s
|
26674effa1
|
book: handle volume == 0
|
2020-10-02 21:18:50 +08:00 |
|
c9s
|
d29725119f
|
implement orderbook updater
|
2020-10-02 21:15:00 +08:00 |
|
c9s
|
5619deffb2
|
add fixedpoint
|
2020-10-02 20:50:05 +08:00 |
|
c9s
|
3ce49471d8
|
add max-eqcatch
|
2020-10-02 12:43:14 +08:00 |
|
c9s
|
59f27cfe2e
|
max: add restful api endpoint
|
2020-10-02 10:10:59 +08:00 |
|
c9s
|
73d81a4e98
|
add StopPrice field
|
2020-10-01 17:08:12 +08:00 |
|
c9s
|
b153f3dea2
|
add user data message parser
|
2020-10-01 17:05:46 +08:00 |
|