Class: Quickfix::UnderlyingSecondaryAssetType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecondaryAssetType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecondaryAssetType
constructor
A new instance of UnderlyingSecondaryAssetType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecondaryAssetType
Returns a new instance of UnderlyingSecondaryAssetType.
27267 27268 27269 27270 27271 27272 27273 |
# File 'lib/quickfix_fields.rb', line 27267 def initialize(data = nil) if( data == nil ) super(2083) else super(2083, data) end end |