Is it possible on sterling to see the depth of the book and how many shares are on each specific exchange?
If so... how do you access that through the API?
Thanks
Private Sub OnSTIBookUpdateMsg(ByRef structSTIBookUpdate As SterlingLib.structSTIBookUpdate)
Dim BBid As Boolean
Dim bstrSymbol As String = ""
Dim x As String
x = stiBook.GetBookInfo(BBid, bstrSymbol)
End Sub
Do you just parse the "x"?
If so... how do you access that through the API?
Thanks
Private Sub OnSTIBookUpdateMsg(ByRef structSTIBookUpdate As SterlingLib.structSTIBookUpdate)
Dim BBid As Boolean
Dim bstrSymbol As String = ""
Dim x As String
x = stiBook.GetBookInfo(BBid, bstrSymbol)
End Sub
Do you just parse the "x"?