Class: Quickfix::UnderlyingPaymentStreamCalculationLagUnit

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

Returns a new instance of UnderlyingPaymentStreamCalculationLagUnit.



55334
55335
55336
55337
55338
55339
55340
# File 'lib/quickfix_fields.rb', line 55334

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

Class Method Details

.fieldObject



55331
55332
55333
# File 'lib/quickfix_fields.rb', line 55331

def UnderlyingPaymentStreamCalculationLagUnit.field
  return 41927
end