forwardStreamType Enumeration   Table of ContentSubstitutionIndicator Enumerationforward
SubscriptionRequestType Enumeration
Subscription Request Type Supported Values: 0 = Snapshot (Query) 1 = Subscribe

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public enum SubscriptionRequestType
Members
  Member nameValueDescription
None0 Default value. Do not use it directly.
Snapshot48 Snapshot (Query).
Subscribe49 Subscribe.
See Also