Class: Quickfix::LegNonDeliverableFixingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegNonDeliverableFixingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegNonDeliverableFixingDateType
constructor
A new instance of LegNonDeliverableFixingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegNonDeliverableFixingDateType
Returns a new instance of LegNonDeliverableFixingDateType.
32090 32091 32092 32093 32094 32095 32096 |
# File 'lib/quickfix_fields.rb', line 32090 def initialize(data = nil) if( data == nil ) super(40369) else super(40369, data) end end |
Class Method Details
.field ⇒ Object
32087 32088 32089 |
# File 'lib/quickfix_fields.rb', line 32087 def LegNonDeliverableFixingDateType.field return 40369 end |