Class: Quickfix::UnderlyingUPICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingUPICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingUPICode
constructor
A new instance of UnderlyingUPICode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingUPICode
Returns a new instance of UnderlyingUPICode.
78318 78319 78320 78321 78322 78323 78324 |
# File 'lib/quickfix_fields.rb', line 78318 def initialize(data = nil) if( data == nil ) super(2894) else super(2894, data) end end |
Class Method Details
.field ⇒ Object
78315 78316 78317 |
# File 'lib/quickfix_fields.rb', line 78315 def .field return 2894 end |