Class: Quickfix::DerivativeExerciseStyle
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DerivativeExerciseStyle
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeExerciseStyle
constructor
A new instance of DerivativeExerciseStyle.
Constructor Details
#initialize(data = nil) ⇒ DerivativeExerciseStyle
Returns a new instance of DerivativeExerciseStyle.
17244 17245 17246 17247 17248 17249 17250 |
# File 'lib/quickfix_fields.rb', line 17244 def initialize(data = nil) if( data == nil ) super(1299) else super(1299, data) end end |