Class: Quickfix::ProvisionOptionExerciseFixedDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionOptionExerciseFixedDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionExerciseFixedDateType
constructor
A new instance of ProvisionOptionExerciseFixedDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionExerciseFixedDateType
Returns a new instance of ProvisionOptionExerciseFixedDateType.
29178 29179 29180 29181 29182 29183 29184 |
# File 'lib/quickfix_fields.rb', line 29178 def initialize(data = nil) if( data == nil ) super(40144) else super(40144, data) end end |
Class Method Details
.field ⇒ Object
29175 29176 29177 |
# File 'lib/quickfix_fields.rb', line 29175 def ProvisionOptionExerciseFixedDateType.field return 40144 end |