Class: Quickfix::LegDeliveryStreamImporterOfRecord
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegDeliveryStreamImporterOfRecord
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamImporterOfRecord
constructor
A new instance of LegDeliveryStreamImporterOfRecord.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamImporterOfRecord
Returns a new instance of LegDeliveryStreamImporterOfRecord.
48431 48432 48433 48434 48435 48436 48437 |
# File 'lib/quickfix_fields.rb', line 48431 def initialize(data = nil) if( data == nil ) super(41441) else super(41441, data) end end |