Class: Quickfix::NoLegNonDeliverableFixingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegNonDeliverableFixingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegNonDeliverableFixingDates
constructor
A new instance of NoLegNonDeliverableFixingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegNonDeliverableFixingDates
Returns a new instance of NoLegNonDeliverableFixingDates.
32064 32065 32066 32067 32068 32069 32070 |
# File 'lib/quickfix_fields.rb', line 32064 def initialize(data = nil) if( data == nil ) super(40367) else super(40367, data) end end |
Class Method Details
.field ⇒ Object
32061 32062 32063 |
# File 'lib/quickfix_fields.rb', line 32061 def NoLegNonDeliverableFixingDates.field return 40367 end |