Class: Quickfix::OriginalNotionalPercentageOutstanding

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OriginalNotionalPercentageOutstanding

Returns a new instance of OriginalNotionalPercentageOutstanding.



19220
19221
19222
19223
19224
19225
19226
# File 'lib/quickfix_fields.rb', line 19220

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