Class: Quickfix::StrikeValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::StrikeValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeValue
constructor
A new instance of StrikeValue.
Constructor Details
#initialize(data = nil) ⇒ StrikeValue
Returns a new instance of StrikeValue.
13058 13059 13060 13061 13062 13063 13064 |
# File 'lib/quickfix_fields.rb', line 13058 def initialize(data = nil) if( data == nil ) super(968) else super(968, data) end end |