Class: Quickfix::TradeAggregationRequestStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



76950
76951
76952
# File 'lib/quickfix_fields.rb', line 76950

def TradeAggregationRequestStatus.field
	return 2790
end