Class: Quickfix::StartStrikePxRange
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::StartStrikePxRange
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StartStrikePxRange
constructor
A new instance of StartStrikePxRange.
Constructor Details
#initialize(data = nil) ⇒ StartStrikePxRange
Returns a new instance of StartStrikePxRange.
16048 16049 16050 16051 16052 16053 16054 |
# File 'lib/quickfix_fields.rb', line 16048 def initialize(data = nil) if( data == nil ) super(1202) else super(1202, data) end end |