Class: Quickfix::LegStrikeIndexQuote
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegStrikeIndexQuote
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikeIndexQuote
constructor
A new instance of LegStrikeIndexQuote.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegStrikeIndexQuote
Returns a new instance of LegStrikeIndexQuote.
64512 64513 64514 64515 64516 64517 64518 |
# File 'lib/quickfix_fields.rb', line 64512 def initialize(data = nil) if( data == nil ) super(2605) else super(2605, data) end end |
Class Method Details
.field ⇒ Object
64509 64510 64511 |
# File 'lib/quickfix_fields.rb', line 64509 def LegStrikeIndexQuote.field return 2605 end |