Class: Quickfix::StrikeValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::StrikeValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
9249 9250 9251 9252 9253 9254 9255 |
# File 'lib/quickfix_fields.rb', line 9249 def initialize(data = nil) if( data == nil ) super(968) else super(968, data) end end |
Class Method Details
.field ⇒ Object
9246 9247 9248 |
# File 'lib/quickfix_fields.rb', line 9246 def StrikeValue.field return 968 end |