Class: Quickfix::UnderlyingCFICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCFICode
constructor
A new instance of UnderlyingCFICode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCFICode
Returns a new instance of UnderlyingCFICode.
6428 6429 6430 6431 6432 6433 6434 |
# File 'lib/quickfix_fields.rb', line 6428 def initialize(data = nil) if( data == nil ) super(463) else super(463, data) end end |
Class Method Details
.field ⇒ Object
6425 6426 6427 |
# File 'lib/quickfix_fields.rb', line 6425 def UnderlyingCFICode.field return 463 end |