Class: Quickfix::LegCFICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCFICode
constructor
A new instance of LegCFICode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCFICode
Returns a new instance of LegCFICode.
8261 8262 8263 8264 8265 8266 8267 |
# File 'lib/quickfix_fields.rb', line 8261 def initialize(data = nil) if( data == nil ) super(608) else super(608, data) end end |
Class Method Details
.field ⇒ Object
8258 8259 8260 |
# File 'lib/quickfix_fields.rb', line 8258 def LegCFICode.field return 608 end |