Class: Quickfix::LegSecondaryAssetSubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSecondaryAssetSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecondaryAssetSubType
constructor
A new instance of LegSecondaryAssetSubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSecondaryAssetSubType
Returns a new instance of LegSecondaryAssetSubType.
76199 76200 76201 76202 76203 76204 76205 |
# File 'lib/quickfix_fields.rb', line 76199 def initialize(data = nil) if( data == nil ) super(2743) else super(2743, data) end end |
Class Method Details
.field ⇒ Object
76196 76197 76198 |
# File 'lib/quickfix_fields.rb', line 76196 def LegSecondaryAssetSubType.field return 2743 end |