Class: Quickfix::LegStreamCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCurrency

Returns a new instance of LegStreamCurrency.



30504
30505
30506
30507
30508
30509
30510
# File 'lib/quickfix_fields.rb', line 30504

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