Class: Quickfix::NoLegDeliveryScheduleSettlTimes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegDeliveryScheduleSettlTimes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegDeliveryScheduleSettlTimes
constructor
A new instance of NoLegDeliveryScheduleSettlTimes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegDeliveryScheduleSettlTimes
Returns a new instance of NoLegDeliveryScheduleSettlTimes.
48210 48211 48212 48213 48214 48215 48216 |
# File 'lib/quickfix_fields.rb', line 48210 def initialize(data = nil) if( data == nil ) super(41425) else super(41425, data) end end |
Class Method Details
.field ⇒ Object
48207 48208 48209 |
# File 'lib/quickfix_fields.rb', line 48207 def NoLegDeliveryScheduleSettlTimes.field return 41425 end |