Class: Quickfix::PaymentStreamRateIndex2CurvePeriod

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

Returns a new instance of PaymentStreamRateIndex2CurvePeriod.



44765
44766
44767
44768
44769
44770
44771
# File 'lib/quickfix_fields.rb', line 44765

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

Class Method Details

.fieldObject



44762
44763
44764
# File 'lib/quickfix_fields.rb', line 44762

def PaymentStreamRateIndex2CurvePeriod.field
  return 41194
end