Class: Quickfix::LegDeliveryScheduleSettlTimeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryScheduleSettlTimeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlTimeType
constructor
A new instance of LegDeliveryScheduleSettlTimeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlTimeType
Returns a new instance of LegDeliveryScheduleSettlTimeType.
48249 48250 48251 48252 48253 48254 48255 |
# File 'lib/quickfix_fields.rb', line 48249 def initialize(data = nil) if( data == nil ) super(41428) else super(41428, data) end end |
Class Method Details
.field ⇒ Object
48246 48247 48248 |
# File 'lib/quickfix_fields.rb', line 48246 def LegDeliveryScheduleSettlTimeType.field return 41428 end |