Class: Quickfix::TradeAggregationRequestStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeAggregationRequestStatus

Returns a new instance of TradeAggregationRequestStatus.



76953
76954
76955
76956
76957
76958
76959
# File 'lib/quickfix_fields.rb', line 76953

def initialize(data = nil)
	if( data == nil )
		super(2790)
	else
		super(2790, data)
	end
end