These 36 commits are when the Protocol Buffers files have changed:
Commit: | cb51352 | |
---|---|---|
Author: | c9s |
grpc: implement cancel order
The documentation is generated from this commit.
Commit: | a738314 | |
---|---|---|
Author: | c9s |
grpc: fix price,quantity types
Commit: | f15f4e1 | |
---|---|---|
Author: | c9s |
grpc: add trading service
Commit: | 339c72a | |
---|---|---|
Author: | c9s |
grpc: translate private trade and balances
Commit: | a93a915 | |
---|---|---|
Author: | c9s |
grpc: convert order
Commit: | 8e81716 | |
---|---|---|
Author: | c9s |
grpc: separate market data message and user data message
Commit: | 606a7b3 | |
---|---|---|
Author: | c9s |
convert: trade price/volume to string
Commit: | d9617b5 | |
---|---|---|
Author: | c9s |
grpc: convert kline prices to string
Commit: | 12ce854 | |
---|---|---|
Author: | c9s | |
Committer: | c9s |
grpc: integrate market trade
Commit: | d836126 | |
---|---|---|
Author: | なるみ |
grpc: add start/end time to fix queryklines
Commit: | fb5703b | |
---|---|---|
Author: | c9s | |
Committer: | c9s |
grpc: implement book stream
Commit: | 46cf220 | |
---|---|---|
Author: | c9s | |
Committer: | c9s |
implement market data subscription
Commit: | 4cd646e | |
---|---|---|
Author: | Yo-An Lin | |
Committer: | GitHub |
feature: basic grpc server (#514)
Commit: | d797259 | |
---|---|---|
Author: | c9s |
add a basic grpc service
Commit: | 4b35d66 | |
---|---|---|
Author: | c9s |
improve proto spec
Commit: | acaa68c | |
---|---|---|
Author: | c9s |
pb: move ERROR enum to 99
Commit: | 4fca4d9 | |
---|---|---|
Author: | c9s |
rebuild proto files and import google.golang.org/protobuf
Commit: | fb6834a | |
---|---|---|
Author: | c9s |
fix grpc typo
Commit: | 034a86c | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Add grpc client
Commit: | dedfdc5 | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Remove symbol from balance
Commit: | b6493ad | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Change id type
Commit: | 8522c0d | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Add exchange field to QueryOrderRequest
Commit: | 37fbe72 | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Add Error message
Commit: | 3aeae99 | |
---|---|---|
Author: | なるみ |
Add SubcribeUserData
Commit: | 36fd5d6 | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Add exchange and symbol to Ticker
Commit: | 6b10d11 | |
---|---|---|
Author: | なるみ |
Merge SuccessResponse and SubscribeResponse
Commit: | 9fd4074 | |
---|---|---|
Author: | なるみ |
Add Depth message for bids and asks
Commit: | 32acec5 | |
---|---|---|
Author: | なるみ |
Put exchange field in the order and trade message
Commit: | c1b7059 | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Add SubmitOrder, rename variables and fix typo
Commit: | f2bca1d | |
---|---|---|
Author: | なるみ |
add QueryKLines
Commit: | 7a7627e | |
---|---|---|
Author: | なるみ |
update proto
Commit: | 4fb8881 | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Fix package path
Commit: | 72bcdaa | |
---|---|---|
Author: | なるみ |
Move pkg/proto to pkg/pb
Commit: | 328c507 | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Update go generated code
Commit: | 3fe6fbf | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Add Trade message and support streaming
Commit: | 3070420 | |
---|---|---|
Author: | なるみ | |
Committer: | なるみ |
Initial commit of protobuf