Class: Quickfix::StrikeIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StrikeIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeIndex
constructor
A new instance of StrikeIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StrikeIndex
Returns a new instance of StrikeIndex.
42347 42348 42349 42350 42351 42352 42353 |
# File 'lib/quickfix_fields.rb', line 42347 def initialize(data = nil) if( data == nil ) super(1866) else super(1866, data) end end |
Class Method Details
.field ⇒ Object
42344 42345 42346 |
# File 'lib/quickfix_fields.rb', line 42344 def StrikeIndex.field return 1866 end |