Class: Quickfix::PaymentStreamFirstObservationDateRelativeTo

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

Returns a new instance of PaymentStreamFirstObservationDateRelativeTo.



69296
69297
69298
69299
69300
69301
69302
# File 'lib/quickfix_fields.rb', line 69296

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

Class Method Details

.fieldObject



69293
69294
69295
# File 'lib/quickfix_fields.rb', line 69293

def PaymentStreamFirstObservationDateRelativeTo.field
	return 42664
end