Class: Quickfix::OriginalNotionalPercentageOutstanding

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OriginalNotionalPercentageOutstanding

Returns a new instance of OriginalNotionalPercentageOutstanding.



19454
19455
19456
19457
19458
19459
19460
# File 'lib/quickfix_fields.rb', line 19454

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

Class Method Details

.fieldObject



19451
19452
19453
# File 'lib/quickfix_fields.rb', line 19451

def OriginalNotionalPercentageOutstanding.field
	return 1452
end