Class: Quickfix::StreamNotionalDeterminationMethod

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

Returns a new instance of StreamNotionalDeterminationMethod.



70895
70896
70897
70898
70899
70900
70901
# File 'lib/quickfix_fields.rb', line 70895

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

Class Method Details

.fieldObject



70892
70893
70894
# File 'lib/quickfix_fields.rb', line 70892

def StreamNotionalDeterminationMethod.field
	return 42786
end