Class: Quickfix::TradeAggregationReportID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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