Class: Quickfix::UnderlyingLegCFICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegCFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegCFICode
constructor
A new instance of UnderlyingLegCFICode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegCFICode
Returns a new instance of UnderlyingLegCFICode.
17985 17986 17987 17988 17989 17990 17991 |
# File 'lib/quickfix_fields.rb', line 17985 def initialize(data = nil) if( data == nil ) super(1344) else super(1344, data) end end |
Class Method Details
.field ⇒ Object
17982 17983 17984 |
# File 'lib/quickfix_fields.rb', line 17982 def UnderlyingLegCFICode.field return 1344 end |