Class: Quickfix::StreamTerminationDateRelativeTo

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

Returns a new instance of StreamTerminationDateRelativeTo.



28190
28191
28192
28193
28194
28195
28196
# File 'lib/quickfix_fields.rb', line 28190

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

Class Method Details

.fieldObject



28187
28188
28189
# File 'lib/quickfix_fields.rb', line 28187

def StreamTerminationDateRelativeTo.field
	return 40068
end