Class: Quickfix::UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod

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

Returns a new instance of UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod.



73664
73665
73666
73667
73668
73669
73670
# File 'lib/quickfix_fields.rb', line 73664

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

Class Method Details

.fieldObject



73661
73662
73663
# File 'lib/quickfix_fields.rb', line 73661

def UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod.field
  return 42979
end