Class: Quickfix::TradeReportID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeReportID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeReportID
constructor
A new instance of TradeReportID.
Constructor Details
#initialize(data = nil) ⇒ TradeReportID
7780 7781 7782 7783 7784 7785 7786 |
# File 'lib/quickfix_fields.rb', line 7780 def initialize(data = nil) if( data == nil ) super(571) else super(571, data) end end |