Class: Quickfix::UnderlyingPaymentStreamRateSpreadPositionType

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

Returns a new instance of UnderlyingPaymentStreamRateSpreadPositionType.



35431
35432
35433
35434
35435
35436
35437
# File 'lib/quickfix_fields.rb', line 35431

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

Class Method Details

.fieldObject



35428
35429
35430
# File 'lib/quickfix_fields.rb', line 35428

def UnderlyingPaymentStreamRateSpreadPositionType.field
  return 40626
end