Class: Quickfix::UnderlyingStreamNotionalDeterminationMethod

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

Returns a new instance of UnderlyingStreamNotionalDeterminationMethod.



75042
75043
75044
75045
75046
75047
75048
# File 'lib/quickfix_fields.rb', line 75042

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

Class Method Details

.fieldObject



75039
75040
75041
# File 'lib/quickfix_fields.rb', line 75039

def UnderlyingStreamNotionalDeterminationMethod.field
	return 43085
end