Class: Quickfix::LegPaymentScheduleRateCurrency

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



49744
49745
49746
49747
49748
49749
49750
# File 'lib/quickfix_fields.rb', line 49744

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

Class Method Details

.fieldObject



49741
49742
49743
# File 'lib/quickfix_fields.rb', line 49741

def LegPaymentScheduleRateCurrency.field
  return 41535
end