Class: Quickfix::UnderlyingPaymentStubStartDateOffsetUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetUnit

Returns a new instance of UnderlyingPaymentStubStartDateOffsetUnit.



73898
73899
73900
73901
73902
73903
73904
# File 'lib/quickfix_fields.rb', line 73898

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