Class: Quickfix::UnderlyingPaymentStubEndDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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