Class: Quickfix::LegStrikeIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStrikeIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikeIndex
constructor
A new instance of LegStrikeIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStrikeIndex
Returns a new instance of LegStrikeIndex.
42958 42959 42960 42961 42962 42963 42964 |
# File 'lib/quickfix_fields.rb', line 42958 def initialize(data = nil) if( data == nil ) super(2184) else super(2184, data) end end |
Class Method Details
.field ⇒ Object
42955 42956 42957 |
# File 'lib/quickfix_fields.rb', line 42955 def LegStrikeIndex.field return 2184 end |