Class: Quickfix::StrikeIndex
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StrikeIndex
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeIndex
constructor
A new instance of StrikeIndex.
Constructor Details
#initialize(data = nil) ⇒ StrikeIndex
Returns a new instance of StrikeIndex.
42347 42348 42349 42350 42351 42352 42353 |
# File 'lib/quickfix_fields.rb', line 42347 def initialize(data = nil) if( data == nil ) super(1866) else super(1866, data) end end |