Class: Quickfix::LegStreamCurrency

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) ⇒ 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

Class Method Details

.fieldObject



30501
30502
30503
# File 'lib/quickfix_fields.rb', line 30501

def LegStreamCurrency.field
	return 40247
end