Class: Quickfix::StrikeIndexQuote
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::StrikeIndexQuote
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeIndexQuote
constructor
A new instance of StrikeIndexQuote.
Constructor Details
#initialize(data = nil) ⇒ StrikeIndexQuote
Returns a new instance of StrikeIndexQuote.
64460 64461 64462 64463 64464 64465 64466 |
# File 'lib/quickfix_fields.rb', line 64460 def initialize(data = nil) if( data == nil ) super(2601) else super(2601, data) end end |