Class: Quickfix::UnderlyingStreamTerminationDateAdjusted

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

Returns a new instance of UnderlyingStreamTerminationDateAdjusted.



34508
34509
34510
34511
34512
34513
34514
# File 'lib/quickfix_fields.rb', line 34508

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

Class Method Details

.fieldObject



34505
34506
34507
# File 'lib/quickfix_fields.rb', line 34505

def UnderlyingStreamTerminationDateAdjusted.field
	return 40555
end