openapi-proto-messages icon indicating copy to clipboard operation
openapi-proto-messages copied to clipboard

Open API Proto Messages

Results 9 openapi-proto-messages issues
Sort by recently updated
recently updated
newest added

documentation / comment for `message ProtoOAAccountLogoutRes` should be adjusted, as `ProtoOATraderLogoutReq` does not exist; proposed value: ``` /** Response to the ProtoOAAccountLogoutReq request. Actual logout of trading account will be...

same data type (in this case I believe it's uint64, as most likely having a negative value for this field is not something one would expect) should be used across...

In Open API there are two different type of errors defined in those `proto` files: - The first one is the `ProtoOAErrorRes` (defined in `OpenApiMessages.proto`) which is a payload message...

currently, `ProtoOAReconcileRes` returns all open orders and open positions for ctidTraderAccountId implementing i.e. `GetOpenOrdersBySymbolIdReq` --> `GetOpenOrdersBySymbolIdRes` could prove very useful for traders sporting many open orders / positions spanning across...

pip install ctrader_open_api

Hello, We noticed an issue with `ProtoOANewOrderReq` messages: Fields like `orderType` and `tradeSide` have valid values on the client side. Encoding via `ts-proto` correctly follows Proto2: fields set to their...

Good day, I know this issue may have been raised or not but I like ctrader app so much and have been using it for long. I also like making...

Hello, While using the official `.proto` files from this repository, I encountered a compilation error using `protoc` (with `ts-proto`), related to missing enum values. ### 🔍 Observed error: ``` Enum...