Class: Quickfix::PaymentStreamFormulaCurrencyDeterminationMethod

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

Returns a new instance of PaymentStreamFormulaCurrencyDeterminationMethod.



69595
69596
69597
69598
69599
69600
69601
# File 'lib/quickfix_fields.rb', line 69595

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

Class Method Details

.fieldObject



69592
69593
69594
# File 'lib/quickfix_fields.rb', line 69592

def PaymentStreamFormulaCurrencyDeterminationMethod.field
	return 42687
end