Class: Quickfix::PaymentStreamResetFrequencyPeriod

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

Returns a new instance of PaymentStreamResetFrequencyPeriod.



37225
37226
37227
37228
37229
37230
37231
# File 'lib/quickfix_fields.rb', line 37225

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

Class Method Details

.fieldObject



37222
37223
37224
# File 'lib/quickfix_fields.rb', line 37222

def PaymentStreamResetFrequencyPeriod.field
  return 40764
end