Class: Quickfix::SecondaryAssetSubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecondaryAssetSubType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryAssetSubType
constructor
A new instance of SecondaryAssetSubType.
Constructor Details
#initialize(data = nil) ⇒ SecondaryAssetSubType
Returns a new instance of SecondaryAssetSubType.
76277 76278 76279 76280 76281 76282 76283 |
# File 'lib/quickfix_fields.rb', line 76277 def initialize(data = nil) if( data == nil ) super(2741) else super(2741, data) end end |