RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sends OMM data information(refresh, update, or status messages).
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public uint Submit( OMMCmd cOMMCmd ) |
Visual Basic |
---|
Public Function Submit ( _ cOMMCmd As OMMCmd _ ) As UInteger |
Visual C++ |
---|
public: unsigned int Submit( OMMCmd^ cOMMCmd ) |
F# |
---|
member Submit : cOMMCmd:OMMCmd -> uint32 |
Parameters
- cOMMCmd
- Type: ThomsonReuters.RFA.SessionLayer..::..OMMCmd
OMM***Cmd used for submission of information.
Return Value
Cmd ID that identifies submited Cmd.
Remarks
Warning, this method may change internal state of RequestToken associated with passed in command. Application must not depend on RequestToken.Handle property after calling Submit().
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |