Class: Quickfix::UnderlyingDeliveryStreamImporterOfRecord
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryStreamImporterOfRecord
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamImporterOfRecord
constructor
A new instance of UnderlyingDeliveryStreamImporterOfRecord.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamImporterOfRecord
Returns a new instance of UnderlyingDeliveryStreamImporterOfRecord.
53332 53333 53334 53335 53336 53337 53338 |
# File 'lib/quickfix_fields.rb', line 53332 def initialize(data = nil) if( data == nil ) super(41789) else super(41789, data) end end |