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