Class: Quickfix::TradeAllocCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeAllocCurrency

Returns a new instance of TradeAllocCurrency.



24199
24200
24201
24202
24203
24204
24205
# File 'lib/quickfix_fields.rb', line 24199

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