Class: Quickfix::UnderlyingOptionExerciseLatestTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingOptionExerciseLatestTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseLatestTime
constructor
A new instance of UnderlyingOptionExerciseLatestTime.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseLatestTime
Returns a new instance of UnderlyingOptionExerciseLatestTime.
53982 53983 53984 53985 53986 53987 53988 |
# File 'lib/quickfix_fields.rb', line 53982 def initialize(data = nil) if( data == nil ) super(41839) else super(41839, data) end end |