Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetUnit

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

Returns a new instance of UnderlyingPaymentStreamPaymentDateOffsetUnit.



34963
34964
34965
34966
34967
34968
34969
# File 'lib/quickfix_fields.rb', line 34963

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

Class Method Details

.fieldObject



34960
34961
34962
# File 'lib/quickfix_fields.rb', line 34960

def UnderlyingPaymentStreamPaymentDateOffsetUnit.field
  return 40590
end