- ago
Streaming data provider function
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?
0
813
1 Replies

Reply

Bookmark

Sort
- ago
#1
You can simply return 0 for prevClose.
0

Reply

Bookmark

Sort