Class: Quickfix::UnderlyingNotionalDeterminationMethod

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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