Class: Quickfix::UnderlyingDeliveryStreamType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryStreamType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamType
constructor
A new instance of UnderlyingDeliveryStreamType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamType
Returns a new instance of UnderlyingDeliveryStreamType.
53163 53164 53165 53166 53167 53168 53169 |
# File 'lib/quickfix_fields.rb', line 53163 def initialize(data = nil) if( data == nil ) super(41777) else super(41777, data) end end |
Class Method Details
.field ⇒ Object
53160 53161 53162 |
# File 'lib/quickfix_fields.rb', line 53160 def UnderlyingDeliveryStreamType.field return 41777 end |