Class: Quickfix::LegSecondaryAssetSubClass
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegSecondaryAssetSubClass
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecondaryAssetSubClass
constructor
A new instance of LegSecondaryAssetSubClass.
Constructor Details
#initialize(data = nil) ⇒ LegSecondaryAssetSubClass
Returns a new instance of LegSecondaryAssetSubClass.
27202 27203 27204 27205 27206 27207 27208 |
# File 'lib/quickfix_fields.rb', line 27202 def initialize(data = nil) if( data == nil ) super(2078) else super(2078, data) end end |