Class: Quickfix::UnderlyingPaymentScheduleRateSpreadPositionType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSpreadPositionType



36081
36082
36083
36084
36085
36086
36087
# File 'lib/quickfix_fields.rb', line 36081

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