This event notifies your application of new real-time tick table updates. When you call the Subscribe method, you are essentially asking RMD Server™ to watch a specific field for updates. When the field is updated, this event will notify your application of the new update.
Syntax
Update (DateTimeInfo UpdateTime, BSTR Symbol, BSTR FieldName, VARIANT Value) |
Parameters
UpdateTime is the
exchange or data feed defined time of the update.
Symbol is the instrument's
symbol.
FieldName is the name of the field that was updated.
Value is a VARIANT value, which may be integer, double, string, etc. as defined
by the field type.
Remarks
This event will fire only if the authenticated user account has permission to
view the group the current symbol is associated with. See EditUserAccount.
See Also
DateTimeInfo, PermissionType, EditUserAccount, Symbol Groups