question

Upvotes
Accepted
136 1 3 3

How do I trade Options on Futures via REDI API?

redi-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @Dan.Socaciu,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Dan.Socaciu avatar image   Dan.Socaciu Nipat Kunvutipongsak

I answered it, so yes.

@Dan.Socaciu,

Please be informed that I have accepted your answer.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
136 1 3 3

In order to trade Options on Futures, the OptionOrder.Symbol attribute must be set to the opt_underlier of the security. A list of these is attached to this post.

opt-underlier.zip

Example:

RediLib.OPTIONORDER objOrder = new RediLib.OPTIONORDER();

objOrder.Symbol = 'R.ON-.EUR';
objOrder.Type = 'Call';
objOrder.Date = 'May 25 '18';
objOrder.Strike='2.20';


opt-underlier.zip (2.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.