Class: Quickfix::NoUnderlyingNonDeliverableFixingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingNonDeliverableFixingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingNonDeliverableFixingDates
constructor
A new instance of NoUnderlyingNonDeliverableFixingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingNonDeliverableFixingDates
Returns a new instance of NoUnderlyingNonDeliverableFixingDates.
35821 35822 35823 35824 35825 35826 35827 |
# File 'lib/quickfix_fields.rb', line 35821 def initialize(data = nil) if( data == nil ) super(40656) else super(40656, data) end end |
Class Method Details
.field ⇒ Object
35818 35819 35820 |
# File 'lib/quickfix_fields.rb', line 35818 def NoUnderlyingNonDeliverableFixingDates.field return 40656 end |