Class: Quickfix::UnderlyingPaymentStreamInflationLagUnit

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

Returns a new instance of UnderlyingPaymentStreamInflationLagUnit.



35613
35614
35615
35616
35617
35618
35619
# File 'lib/quickfix_fields.rb', line 35613

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

Class Method Details

.fieldObject



35610
35611
35612
# File 'lib/quickfix_fields.rb', line 35610

def UnderlyingPaymentStreamInflationLagUnit.field
  return 40640
end