Class: Quickfix::NoUnderlyingDeliveryScheduleSettlTimes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingDeliveryScheduleSettlTimes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDeliveryScheduleSettlTimes
constructor
A new instance of NoUnderlyingDeliveryScheduleSettlTimes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDeliveryScheduleSettlTimes
Returns a new instance of NoUnderlyingDeliveryScheduleSettlTimes.
53111 53112 53113 53114 53115 53116 53117 |
# File 'lib/quickfix_fields.rb', line 53111 def initialize(data = nil) if( data == nil ) super(41773) else super(41773, data) end end |
Class Method Details
.field ⇒ Object
53108 53109 53110 |
# File 'lib/quickfix_fields.rb', line 53108 def NoUnderlyingDeliveryScheduleSettlTimes.field return 41773 end |