Class: Quickfix::DeliveryScheduleSettlTotalHours
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryScheduleSettlTotalHours
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleSettlTotalHours
constructor
A new instance of DeliveryScheduleSettlTotalHours.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleSettlTotalHours
Returns a new instance of DeliveryScheduleSettlTotalHours.
41762 41763 41764 41765 41766 41767 41768 |
# File 'lib/quickfix_fields.rb', line 41762 def initialize(data = nil) if( data == nil ) super(41053) else super(41053, data) end end |
Class Method Details
.field ⇒ Object
41759 41760 41761 |
# File 'lib/quickfix_fields.rb', line 41759 def DeliveryScheduleSettlTotalHours.field return 41053 end |