mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-23 15:25:14 +00:00
improve proto spec
This commit is contained in:
parent
d01ebee2fd
commit
4b35d662cf
1322
pkg/pb/bbgo.pb.go
1322
pkg/pb/bbgo.pb.go
File diff suppressed because it is too large
Load Diff
|
@ -239,9 +239,9 @@ message QueryTradesResponse {
|
|||
message QueryKLinesRequest {
|
||||
string exchange = 1;
|
||||
string symbol = 2;
|
||||
int64 limit = 3;
|
||||
int64 interval = 4; // time period of K line in minute
|
||||
int64 timestamp = 5;
|
||||
string interval = 3; // time period of K line in minute
|
||||
int64 timestamp = 4;
|
||||
int64 limit = 5;
|
||||
}
|
||||
|
||||
message QueryKLinesResponse {
|
||||
|
|
Loading…
Reference in New Issue
Block a user