Class: Quickfix::PaymentPresentValueCurrency

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

Returns a new instance of PaymentPresentValueCurrency.



30231
30232
30233
30234
30235
30236
30237
# File 'lib/quickfix_fields.rb', line 30231

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

Class Method Details

.fieldObject



30228
30229
30230
# File 'lib/quickfix_fields.rb', line 30228

def PaymentPresentValueCurrency.field
	return 40226
end