Class: Quickfix::UnderlyingPaymentStubStartDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateRelativeTo

Returns a new instance of UnderlyingPaymentStubStartDateRelativeTo.



73872
73873
73874
73875
73876
73877
73878
# File 'lib/quickfix_fields.rb', line 73872

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

Class Method Details

.fieldObject



73869
73870
73871
# File 'lib/quickfix_fields.rb', line 73869

def UnderlyingPaymentStubStartDateRelativeTo.field
	return 42995
end