Class: Quickfix::LegPaymentScheduleCurrency

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

Returns a new instance of LegPaymentScheduleCurrency.



32259
32260
32261
32262
32263
32264
32265
# File 'lib/quickfix_fields.rb', line 32259

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

Class Method Details

.fieldObject



32256
32257
32258
# File 'lib/quickfix_fields.rb', line 32256

def LegPaymentScheduleCurrency.field
  return 40382
end