Class: Quickfix::LegPaymentStreamCompoundingRateSpreadPositionType

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

Returns a new instance of LegPaymentStreamCompoundingRateSpreadPositionType.



66319
66320
66321
66322
66323
66324
66325
# File 'lib/quickfix_fields.rb', line 66319

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

Class Method Details

.fieldObject



66316
66317
66318
# File 'lib/quickfix_fields.rb', line 66316

def LegPaymentStreamCompoundingRateSpreadPositionType.field
  return 42432
end