Class: Quickfix::UnderlyingPaymentStubIndexRateSpreadPositionType

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

Instance Method Summary collapse

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