Class: Quickfix::LegPaymentStreamResetFrequencyPeriod

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

Returns a new instance of LegPaymentStreamResetFrequencyPeriod.



31271
31272
31273
31274
31275
31276
31277
# File 'lib/quickfix_fields.rb', line 31271

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

Class Method Details

.fieldObject



31268
31269
31270
# File 'lib/quickfix_fields.rb', line 31268

def LegPaymentStreamResetFrequencyPeriod.field
  return 40306
end