Class: Quickfix::UnderlyingStreamCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCurrency

Returns a new instance of UnderlyingStreamCurrency.



34391
34392
34393
34394
34395
34396
34397
# File 'lib/quickfix_fields.rb', line 34391

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