Class: Quickfix::UnderlyingOriginalNotionalPercentageOutstanding

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOriginalNotionalPercentageOutstanding

Returns a new instance of UnderlyingOriginalNotionalPercentageOutstanding.



19272
19273
19274
19275
19276
19277
19278
# File 'lib/quickfix_fields.rb', line 19272

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