Class: Quickfix::UnderlyingNotionalDeterminationMethod

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

Returns a new instance of UnderlyingNotionalDeterminationMethod.



72273
72274
72275
72276
72277
72278
72279
# File 'lib/quickfix_fields.rb', line 72273

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

Class Method Details

.fieldObject



72270
72271
72272
# File 'lib/quickfix_fields.rb', line 72270

def UnderlyingNotionalDeterminationMethod.field
	return 2616
end