Class: Quickfix::ProvisionOptionExerciseFixedDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ProvisionOptionExerciseFixedDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionExerciseFixedDateType
constructor
A new instance of ProvisionOptionExerciseFixedDateType.
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 |