Class: Quickfix::LegSecondaryAssetType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecondaryAssetType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecondaryAssetType
constructor
A new instance of LegSecondaryAssetType.
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 |