Class: Quickfix::UnderlyingPaymentScheduleRateSpreadPositionType

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

Returns a new instance of 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

Class Method Details

.fieldObject



36078
36079
36080
# File 'lib/quickfix_fields.rb', line 36078

def UnderlyingPaymentScheduleRateSpreadPositionType.field
  return 40676
end