Class: Quickfix::TradeAggregationReportID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeAggregationReportID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAggregationReportID
constructor
A new instance of TradeAggregationReportID.
Constructor Details
#initialize(data = nil) ⇒ TradeAggregationReportID
Returns a new instance of TradeAggregationReportID.
76979 76980 76981 76982 76983 76984 76985 |
# File 'lib/quickfix_fields.rb', line 76979 def initialize(data = nil) if( data == nil ) super(2792) else super(2792, data) end end |