Class: Quickfix::LegPaymentScheduleFixedCurrency

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

Returns a new instance of LegPaymentScheduleFixedCurrency.



32350
32351
32352
32353
32354
32355
32356
# File 'lib/quickfix_fields.rb', line 32350

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

Class Method Details

.fieldObject



32347
32348
32349
# File 'lib/quickfix_fields.rb', line 32347

def LegPaymentScheduleFixedCurrency.field
  return 40389
end