Class: Quickfix::CommissionCurrencyCodeSource

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

Returns a new instance of CommissionCurrencyCodeSource.



78851
78852
78853
78854
78855
78856
78857
# File 'lib/quickfix_fields.rb', line 78851

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

Class Method Details

.fieldObject



78848
78849
78850
# File 'lib/quickfix_fields.rb', line 78848

def CommissionCurrencyCodeSource.field
	return 2923
end