Class: Quickfix::UnderlyingDeliveryStreamDeliveryPointSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryStreamDeliveryPointSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPointSource
constructor
A new instance of UnderlyingDeliveryStreamDeliveryPointSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPointSource
Returns a new instance of UnderlyingDeliveryStreamDeliveryPointSource.
57167 57168 57169 57170 57171 57172 57173 |
# File 'lib/quickfix_fields.rb', line 57167 def initialize(data = nil) if( data == nil ) super(42196) else super(42196, data) end end |
Class Method Details
.field ⇒ Object
57164 57165 57166 |
# File 'lib/quickfix_fields.rb', line 57164 def .field return 42196 end |