Class: Quickfix::DeliveryScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleType
constructor
A new instance of DeliveryScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleType
Returns a new instance of DeliveryScheduleType.
41567 41568 41569 41570 41571 41572 41573 |
# File 'lib/quickfix_fields.rb', line 41567 def initialize(data = nil) if( data == nil ) super(41038) else super(41038, data) end end |
Class Method Details
.field ⇒ Object
41564 41565 41566 |
# File 'lib/quickfix_fields.rb', line 41564 def DeliveryScheduleType.field return 41038 end |