Class: Quickfix::PaymentStreamFirstObservationDateOffsetUnit

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



44999
45000
45001
45002
45003
45004
45005
# File 'lib/quickfix_fields.rb', line 44999

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

Class Method Details

.fieldObject



44996
44997
44998
# File 'lib/quickfix_fields.rb', line 44996

def PaymentStreamFirstObservationDateOffsetUnit.field
	return 41212
end