Class: Quickfix::UnderlyingStrikeIndexQuote
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStrikeIndexQuote
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrikeIndexQuote
constructor
A new instance of UnderlyingStrikeIndexQuote.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrikeIndexQuote
Returns a new instance of 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 |
Class Method Details
.field ⇒ Object
72348 72349 72350 |
# File 'lib/quickfix_fields.rb', line 72348 def .field return 2623 end |