Class: Quickfix::UnderlyingPaymentStubEndDateAdjusted

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



73807
73808
73809
73810
73811
73812
73813
# File 'lib/quickfix_fields.rb', line 73807

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

Class Method Details

.fieldObject



73804
73805
73806
# File 'lib/quickfix_fields.rb', line 73804

def UnderlyingPaymentStubEndDateAdjusted.field
  return 42990
end