Class: Quickfix::UnderlyingStrikeIndexQuote
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStrikeIndexQuote
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrikeIndexQuote
constructor
A new instance of UnderlyingStrikeIndexQuote.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrikeIndexQuote
72351 72352 72353 72354 72355 72356 72357 |
# File 'lib/quickfix_fields.rb', line 72351 def initialize(data = nil) if( data == nil ) super(2623) else super(2623, data) end end |