Author |
Topic: Price Conversion in ZC fill prices (4 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
JJongsma Posts: 15 Joined: May 09, 2014 |
Currently, ZCU15 is trading around 418. However, when I get filled in the market, the average trade price is 4.18. I see there's a field PriceFormat in the instrument block that would tell me to modify the price to the correct 418, but I'm not seeing it in the Execution Reports.
How should I be handling this? Jeremy Jongsma |
||||
CMicciche902 Posts: 367 Joined: |
The contract specs for Corn on our end is the following:
Description: Corn Tick Size: 0.0025 Per Point: 5000 Price format: #.0000 Price multiplier: 1 This format is the same whether using OEC UI, .NET API, or FIX. I'll have the Developers provide a response where in FIX reports to give guidance on contract specs. Chris M |
||||
ETrifonov Posts: 63 Joined: |
Hi Jeremy,
Using our OECFIXSample I got next data from FAST FIX for ZCU5:
As you can see, price format is #.0000 For example bid price is 4.2725. Please try OECFIXExample or provide more details about what are you doing. Regards, Evgeny. Evgeny |
||||
CMicciche902 Posts: 367 Joined: |
If OEC trader shows the price format of 418'0 in the Quotes window, you are using custom price formats to match the exchange format. In order to display the price format as you would see in API or FIX, right click in Quotes window and go to Custom Price Format. Make sure both settings are set to Default.
Not all contracts match what you may expect from exchange. Chris M |
||||