Class: Quickfix::LegPaymentStreamFormulaCurrency

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

Returns a new instance of LegPaymentStreamFormulaCurrency.



66969
66970
66971
66972
66973
66974
66975
# File 'lib/quickfix_fields.rb', line 66969

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

Class Method Details

.fieldObject



66966
66967
66968
# File 'lib/quickfix_fields.rb', line 66966

def LegPaymentStreamFormulaCurrency.field
  return 42482
end