Class: Quickfix::PaymentRateResetFrequencyPeriod

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

Returns a new instance of PaymentRateResetFrequencyPeriod.



77824
77825
77826
77827
77828
77829
77830
# File 'lib/quickfix_fields.rb', line 77824

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

Class Method Details

.fieldObject



77821
77822
77823
# File 'lib/quickfix_fields.rb', line 77821

def PaymentRateResetFrequencyPeriod.field
  return 43104
end