Dear all.
I noticed that the stop_loss and take_profit options of creating an order are considered as Object in the OpenAPI format.
==> https://docs.alpaca.markets/openapi/673e19fc6dc876001ff495b2
Therefore, this cannot be used inside the OpenAPI library to build, for example, a java library. In result, only a json Object is used and this cannot be correct:
In java:
@SerializedName("stop_loss")
private Object stopLoss;
Do you know if there is anyway to contact the development team and ask if this Alpaca OpenAPI standard can be fixed ?
Many thanks for your help.