Class: Quickfix::UnderlyingPaymentStubStartDateOffsetUnit

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

Class Method Details

.fieldObject



73895
73896
73897
# File 'lib/quickfix_fields.rb', line 73895

def UnderlyingPaymentStubStartDateOffsetUnit.field
	return 42997
end