Class: Quickfix::TradeReportTransType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeReportTransType

Returns a new instance of TradeReportTransType.



6727
6728
6729
6730
6731
6732
6733
# File 'lib/quickfix_fields.rb', line 6727

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