Class: Quickfix::UnderlyingPaymentStreamFinalRateRoundingDirection

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

Returns a new instance of UnderlyingPaymentStreamFinalRateRoundingDirection.



35548
35549
35550
35551
35552
35553
35554
# File 'lib/quickfix_fields.rb', line 35548

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

Class Method Details

.fieldObject



35545
35546
35547
# File 'lib/quickfix_fields.rb', line 35545

def UnderlyingPaymentStreamFinalRateRoundingDirection.field
  return 40635
end