Class: Quickfix::UnderlyingPaymentStubEndDateOffsetUnit

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

Returns a new instance of UnderlyingPaymentStubEndDateOffsetUnit.



73781
73782
73783
73784
73785
73786
73787
# File 'lib/quickfix_fields.rb', line 73781

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

Class Method Details

.fieldObject



73778
73779
73780
# File 'lib/quickfix_fields.rb', line 73778

def UnderlyingPaymentStubEndDateOffsetUnit.field
  return 42988
end