Author |
Topic: OnPriceTick question (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
CChen15 Posts: 121 Joined: Jul 23, 2009 |
Hello
We have two of objects in OECAPI COM passed with 'OnPriceTick' event: 'Contract' and 'Price'. However, 'Contract' has a 'CurrentPrice As Price' property. Are passed 'Price' and 'Contract.CurrentPrice' objects identical and returns same data? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Chen Hua, Russia |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Correct, Contract.CurrentPrice equals to Price argument of the event.
Victor Vins Lead Software Developer Edited by VictorV on Oct 13, 2011 at 09:25:36 |
||||