Class: Quickfix::LegPaymentStreamFormulaCurrencyDeterminationMethod

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

Returns a new instance of LegPaymentStreamFormulaCurrencyDeterminationMethod.



66982
66983
66984
66985
66986
66987
66988
# File 'lib/quickfix_fields.rb', line 66982

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

Class Method Details

.fieldObject



66979
66980
66981
# File 'lib/quickfix_fields.rb', line 66979

def LegPaymentStreamFormulaCurrencyDeterminationMethod.field
  return 42483
end