Class: Quickfix::NoDeliveryScheduleSettlTimes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoDeliveryScheduleSettlTimes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDeliveryScheduleSettlTimes
constructor
A new instance of NoDeliveryScheduleSettlTimes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoDeliveryScheduleSettlTimes
Returns a new instance of NoDeliveryScheduleSettlTimes.
41775 41776 41777 41778 41779 41780 41781 |
# File 'lib/quickfix_fields.rb', line 41775 def initialize(data = nil) if( data == nil ) super(41054) else super(41054, data) end end |
Class Method Details
.field ⇒ Object
41772 41773 41774 |
# File 'lib/quickfix_fields.rb', line 41772 def NoDeliveryScheduleSettlTimes.field return 41054 end |