Class: Quickfix::LegStreamMaximumTransactionCurrency

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

Returns a new instance of LegStreamMaximumTransactionCurrency.



50004
50005
50006
50007
50008
50009
50010
# File 'lib/quickfix_fields.rb', line 50004

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

Class Method Details

.fieldObject



50001
50002
50003
# File 'lib/quickfix_fields.rb', line 50001

def LegStreamMaximumTransactionCurrency.field
	return 41555
end