Class: Quickfix::LegAssetType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAssetType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAssetType
constructor
A new instance of LegAssetType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAssetType
Returns a new instance of LegAssetType.
27085 27086 27087 27088 27089 27090 27091 |
# File 'lib/quickfix_fields.rb', line 27085 def initialize(data = nil) if( data == nil ) super(2069) else super(2069, data) end end |
Class Method Details
.field ⇒ Object
27082 27083 27084 |
# File 'lib/quickfix_fields.rb', line 27082 def LegAssetType.field return 2069 end |