RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Creates an OMMProvider for the session. RFA appends a unique sequence number to the 'name' supplied by the application
to make the name unique.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public OMMProvider CreateOMMProvider( RFA_String name, bool wCompEvents ) |
Visual Basic |
---|
Public Function CreateOMMProvider ( _ name As RFA_String, _ wCompEvents As Boolean _ ) As OMMProvider |
Visual C++ |
---|
public: OMMProvider^ CreateOMMProvider( RFA_String^ name, bool wCompEvents ) |
F# |
---|
member CreateOMMProvider : name:RFA_String * wCompEvents:bool -> OMMProvider |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
the name given to the OMMProvider.
- wCompEvents
- Type: System..::..Boolean
should completion events be generated.
Return Value
the OMMProvider object
Remarks
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |
ThomsonReuters.RFA.Common..::..InvalidConfigurationException | Invalid Configuration. |