Class: Quickfix::LegDeliveryStreamDeliveryPointSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryStreamDeliveryPointSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryPointSource
constructor
A new instance of LegDeliveryStreamDeliveryPointSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryPointSource
Returns a new instance of LegDeliveryStreamDeliveryPointSource.
57089 57090 57091 57092 57093 57094 57095 |
# File 'lib/quickfix_fields.rb', line 57089 def initialize(data = nil) if( data == nil ) super(42194) else super(42194, data) end end |
Class Method Details
.field ⇒ Object
57086 57087 57088 |
# File 'lib/quickfix_fields.rb', line 57086 def LegDeliveryStreamDeliveryPointSource.field return 42194 end |