Class: Quickfix::PaymentStubStartDateOffsetPeriod

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

Returns a new instance of PaymentStubStartDateOffsetPeriod.



69777
69778
69779
69780
69781
69782
69783
# File 'lib/quickfix_fields.rb', line 69777

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

Class Method Details

.fieldObject



69774
69775
69776
# File 'lib/quickfix_fields.rb', line 69774

def PaymentStubStartDateOffsetPeriod.field
	return 42701
end