Class: Quickfix::LegDeliveryScheduleSettlTotalHours
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryScheduleSettlTotalHours
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlTotalHours
constructor
A new instance of LegDeliveryScheduleSettlTotalHours.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlTotalHours
Returns a new instance of LegDeliveryScheduleSettlTotalHours.
48197 48198 48199 48200 48201 48202 48203 |
# File 'lib/quickfix_fields.rb', line 48197 def initialize(data = nil) if( data == nil ) super(41424) else super(41424, data) end end |
Class Method Details
.field ⇒ Object
48194 48195 48196 |
# File 'lib/quickfix_fields.rb', line 48194 def LegDeliveryScheduleSettlTotalHours.field return 41424 end |