Class: Quickfix::PaymentStreamCalculationLagPeriod

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



44960
44961
44962
44963
44964
44965
44966
# File 'lib/quickfix_fields.rb', line 44960

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

Class Method Details

.fieldObject



44957
44958
44959
# File 'lib/quickfix_fields.rb', line 44957

def PaymentStreamCalculationLagPeriod.field
  return 41209
end