Class: Quickfix::UnderlyingNonDeliverableFixingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingNonDeliverableFixingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNonDeliverableFixingDateType
constructor
A new instance of UnderlyingNonDeliverableFixingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNonDeliverableFixingDateType
35847 35848 35849 35850 35851 35852 35853 |
# File 'lib/quickfix_fields.rb', line 35847 def initialize(data = nil) if( data == nil ) super(40658) else super(40658, data) end end |
Class Method Details
.field ⇒ Object
35844 35845 35846 |
# File 'lib/quickfix_fields.rb', line 35844 def .field return 40658 end |