API Support Forum
OEC API > API Support > Simple market data lookup, buy and sell script
Author Topic: Simple market data lookup, buy and sell script
(1 messages, Page 1 of 1)
Moderators: VPfau
CRamasamy4419
Posts: 19
Joined: Jun 01, 2020


Posted: Jun 04, 2020 @ 12:06 PM             Msg. 1 of 1
I'm creating a very simple script that will:
- Look up all the market data for given symbols (a list or dictionary kind of data structure will be populated with instrument name and price)
- Place a market order
- Place a stop order
- Place a limit order
I'm looking into the documentation, but want to confirm which class/functions I should be using for these. For market inquiry, I'm looking into GF.Api.Contracts.Lookup, for the orders, I'm looking into GF.Api.Orders.IOrder.

Thanks in Advance @CRamasamy4419 for all the support. I see very few documentations and/or examples that use FIX, quickfix, SSL and Python combination usage for the API.