Class: Quickfix::PaymentScheduleCurrency

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

Returns a new instance of PaymentScheduleCurrency.



38161
38162
38163
38164
38165
38166
38167
# File 'lib/quickfix_fields.rb', line 38161

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

Class Method Details

.fieldObject



38158
38159
38160
# File 'lib/quickfix_fields.rb', line 38158

def PaymentScheduleCurrency.field
	return 40836
end