Class: Quickfix::TradeAggregationReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



76976
76977
76978
# File 'lib/quickfix_fields.rb', line 76976

def TradeAggregationReportID.field
	return 2792
end