Class: Quickfix::PaymentScheduleFixedCurrency

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

Returns a new instance of PaymentScheduleFixedCurrency.



38252
38253
38254
38255
38256
38257
38258
# File 'lib/quickfix_fields.rb', line 38252

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

Class Method Details

.fieldObject



38249
38250
38251
# File 'lib/quickfix_fields.rb', line 38249

def PaymentScheduleFixedCurrency.field
	return 40843
end