Class: Quickfix::LegPaymentStreamRateOrAmountCurrency

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

Returns a new instance of LegPaymentStreamRateOrAmountCurrency.



31557
31558
31559
31560
31561
31562
31563
# File 'lib/quickfix_fields.rb', line 31557

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

Class Method Details

.fieldObject



31554
31555
31556
# File 'lib/quickfix_fields.rb', line 31554

def LegPaymentStreamRateOrAmountCurrency.field
  return 40328
end