We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43114e6 commit a337bf5Copy full SHA for a337bf5
src/systemathics/apis/services/intraday/v1/intraday_bars.proto
@@ -46,6 +46,13 @@ service IntradayBarsService
46
get: "/v1/intraday/bars"
47
};
48
}
49
+
50
+ rpc IntradayBarsStream(IntradayBarsRequest) returns (stream IntradayBar)
51
+ {
52
+ option (google.api.http) = {
53
+ get: "/v1/intraday/bars"
54
+ };
55
+ }
56
57
58
// The required input to request the IntradayBarsService.
0 commit comments