Class: Quickfix::UnderlyingOptionExerciseTimeBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingOptionExerciseTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseTimeBusinessCenter
constructor
A new instance of UnderlyingOptionExerciseTimeBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseTimeBusinessCenter
Returns a new instance of UnderlyingOptionExerciseTimeBusinessCenter.
53995 53996 53997 53998 53999 54000 54001 |
# File 'lib/quickfix_fields.rb', line 53995 def initialize(data = nil) if( data == nil ) super(41840) else super(41840, data) end end |