Class: Quickfix::RelatedPositionDate

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

Returns a new instance of RelatedPositionDate.



24420
24421
24422
24423
24424
24425
24426
# File 'lib/quickfix_fields.rb', line 24420

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

Class Method Details

.fieldObject



24417
24418
24419
# File 'lib/quickfix_fields.rb', line 24417

def RelatedPositionDate.field
	return 1864
end