Class: Quickfix::PayCollectCurrencyCodeSource

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

Returns a new instance of PayCollectCurrencyCodeSource.



79267
79268
79269
79270
79271
79272
79273
# File 'lib/quickfix_fields.rb', line 79267

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

Class Method Details

.fieldObject



79264
79265
79266
# File 'lib/quickfix_fields.rb', line 79264

def PayCollectCurrencyCodeSource.field
	return 2955
end