Class: Quickfix::UnderlyingDeliveryScheduleSettlTotalHours
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryScheduleSettlTotalHours
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlTotalHours
constructor
A new instance of UnderlyingDeliveryScheduleSettlTotalHours.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlTotalHours
Returns a new instance of UnderlyingDeliveryScheduleSettlTotalHours.
53098 53099 53100 53101 53102 53103 53104 |
# File 'lib/quickfix_fields.rb', line 53098 def initialize(data = nil) if( data == nil ) super(41772) else super(41772, data) end end |
Class Method Details
.field ⇒ Object
53095 53096 53097 |
# File 'lib/quickfix_fields.rb', line 53095 def .field return 41772 end |