Class: Quickfix::DeliveryScheduleSettlDay
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryScheduleSettlDay
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleSettlDay
constructor
A new instance of DeliveryScheduleSettlDay.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleSettlDay
Returns a new instance of DeliveryScheduleSettlDay.
41749 41750 41751 41752 41753 41754 41755 |
# File 'lib/quickfix_fields.rb', line 41749 def initialize(data = nil) if( data == nil ) super(41052) else super(41052, data) end end |
Class Method Details
.field ⇒ Object
41746 41747 41748 |
# File 'lib/quickfix_fields.rb', line 41746 def DeliveryScheduleSettlDay.field return 41052 end |