Class: Quickfix::UnderlyingPaymentStubIndexRateSpreadPositionType

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

Returns a new instance of UnderlyingPaymentStubIndexRateSpreadPositionType.



36653
36654
36655
36656
36657
36658
36659
# File 'lib/quickfix_fields.rb', line 36653

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

Class Method Details

.fieldObject



36650
36651
36652
# File 'lib/quickfix_fields.rb', line 36650

def UnderlyingPaymentStubIndexRateSpreadPositionType.field
  return 40720
end