Class: Quickfix::UnderlyingPaymentStubStartDateAdjusted

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



73924
73925
73926
73927
73928
73929
73930
# File 'lib/quickfix_fields.rb', line 73924

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

Class Method Details

.fieldObject



73921
73922
73923
# File 'lib/quickfix_fields.rb', line 73921

def UnderlyingPaymentStubStartDateAdjusted.field
  return 42999
end