Class: Quickfix::UnderlyingStreamCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



34388
34389
34390
# File 'lib/quickfix_fields.rb', line 34388

def UnderlyingStreamCurrency.field
	return 40546
end