Syntax
Public function BroadcastPrices () As Boolean
Description
This function is used to send the buffered symbol to connected sessions
Return value
Returns true if price is sent otherwise returns false (if you call it after less than 250 ml seconds from the last call)
Sample
Private Sub AddPrice_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddPrice.Click'CurSer is predefined variable as CVertexCurSvrAPICurSer.AddPriceBuffer ("SymbolID", 1.0, 2.0, 0.0, 0.0, 0.0,Bank name, 0.0)CurSer.BroadcastPrices ()End Sub
See Also