Class: Quickfix::NoUnderlyingDeliveryScheduleSettlDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingDeliveryScheduleSettlDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDeliveryScheduleSettlDays
constructor
A new instance of NoUnderlyingDeliveryScheduleSettlDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDeliveryScheduleSettlDays
Returns a new instance of NoUnderlyingDeliveryScheduleSettlDays.
53072 53073 53074 53075 53076 53077 53078 |
# File 'lib/quickfix_fields.rb', line 53072 def initialize(data = nil) if( data == nil ) super(41770) else super(41770, data) end end |
Class Method Details
.field ⇒ Object
53069 53070 53071 |
# File 'lib/quickfix_fields.rb', line 53069 def NoUnderlyingDeliveryScheduleSettlDays.field return 41770 end |