Streaming data provider function
has last parameter prevClose - what should i return there if i'm not going to support that?
CODE:
public void UpdateTick(string symbol, DateTime dt, double price, double size, double prevClose)
has last parameter prevClose - what should i return there if i'm not going to support that?
Rename
You can simply return 0 for prevClose.
Your Response
Post
Edit Post
Login is required