Class: Quickfix::UnderlyingPaymentStreamFloorRateSellSide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFloorRateSellSide

Returns a new instance of UnderlyingPaymentStreamFloorRateSellSide.



35522
35523
35524
35525
35526
35527
35528
# File 'lib/quickfix_fields.rb', line 35522

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

Class Method Details

.fieldObject



35519
35520
35521
# File 'lib/quickfix_fields.rb', line 35519

def UnderlyingPaymentStreamFloorRateSellSide.field
  return 40633
end