Class: Quickfix::UnderlyingPaymentStreamFormulaCurrency

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

Returns a new instance of UnderlyingPaymentStreamFormulaCurrency.



73651
73652
73653
73654
73655
73656
73657
# File 'lib/quickfix_fields.rb', line 73651

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

Class Method Details

.fieldObject



73648
73649
73650
# File 'lib/quickfix_fields.rb', line 73648

def UnderlyingPaymentStreamFormulaCurrency.field
  return 42978
end