Class: Quickfix::UnderlyingDeliveryScheduleSettlDay
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryScheduleSettlDay
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlDay
constructor
A new instance of UnderlyingDeliveryScheduleSettlDay.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlDay
Returns a new instance of UnderlyingDeliveryScheduleSettlDay.
53085 53086 53087 53088 53089 53090 53091 |
# File 'lib/quickfix_fields.rb', line 53085 def initialize(data = nil) if( data == nil ) super(41771) else super(41771, data) end end |
Class Method Details
.field ⇒ Object
53082 53083 53084 |
# File 'lib/quickfix_fields.rb', line 53082 def .field return 41771 end |