Class: Quickfix::PaymentStreamCalculationLagUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCalculationLagUnit

Returns a new instance of PaymentStreamCalculationLagUnit.



44973
44974
44975
44976
44977
44978
44979
# File 'lib/quickfix_fields.rb', line 44973

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

Class Method Details

.fieldObject



44970
44971
44972
# File 'lib/quickfix_fields.rb', line 44970

def PaymentStreamCalculationLagUnit.field
  return 41210
end