Class: Quickfix::TradeAggregationTransType

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) ⇒ TradeAggregationTransType

Returns a new instance of TradeAggregationTransType.



76927
76928
76929
76930
76931
76932
76933
# File 'lib/quickfix_fields.rb', line 76927

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

Class Method Details

.fieldObject



76924
76925
76926
# File 'lib/quickfix_fields.rb', line 76924

def TradeAggregationTransType.field
	return 2788
end