Class: Quickfix::LegPaymentStreamCompoundingFinalRateRoundingDirection

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFinalRateRoundingDirection

Returns a new instance of LegPaymentStreamCompoundingFinalRateRoundingDirection.



66436
66437
66438
66439
66440
66441
66442
# File 'lib/quickfix_fields.rb', line 66436

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

Class Method Details

.fieldObject



66433
66434
66435
# File 'lib/quickfix_fields.rb', line 66433

def LegPaymentStreamCompoundingFinalRateRoundingDirection.field
  return 42441
end