Class: Quickfix::LegSecondaryAssetType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecondaryAssetType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecondaryAssetType
constructor
A new instance of LegSecondaryAssetType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecondaryAssetType
Returns a new instance of LegSecondaryAssetType.
27215 27216 27217 27218 27219 27220 27221 |
# File 'lib/quickfix_fields.rb', line 27215 def initialize(data = nil) if( data == nil ) super(2079) else super(2079, data) end end |
Class Method Details
.field ⇒ Object
27212 27213 27214 |
# File 'lib/quickfix_fields.rb', line 27212 def LegSecondaryAssetType.field return 2079 end |