Skip to content

Commit a337bf5

Browse files
author
Build System
committed
'Protobuf files change'
1 parent 43114e6 commit a337bf5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/systemathics/apis/services/intraday/v1/intraday_bars.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ service IntradayBarsService
4646
get: "/v1/intraday/bars"
4747
};
4848
}
49+
50+
rpc IntradayBarsStream(IntradayBarsRequest) returns (stream IntradayBar)
51+
{
52+
option (google.api.http) = {
53+
get: "/v1/intraday/bars"
54+
};
55+
}
4956
}
5057

5158
// The required input to request the IntradayBarsService.

0 commit comments

Comments
 (0)