OnMarketData procedural logic, implement property time intervals #78
MicroTrendsTom
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
referencing #76
Action points
1)Intervals should be added as parameterized properties
E.G
onMarketDataTimeNextAllowed = DateTime.Now.AddSeconds(1);
onMarketDataPositionInfoNextAllowed = DateTime.Now.AddSeconds(2);
Beta Was this translation helpful? Give feedback.
All reactions