Class: Quickfix::LegOptionExerciseLatestTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegOptionExerciseLatestTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseLatestTime
constructor
A new instance of LegOptionExerciseLatestTime.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseLatestTime
Returns a new instance of LegOptionExerciseLatestTime.
49419 49420 49421 49422 49423 49424 49425 |
# File 'lib/quickfix_fields.rb', line 49419 def initialize(data = nil) if( data == nil ) super(41510) else super(41510, data) end end |