Class: Quickfix::UnderlyingNotionalPercentageOutstanding

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNotionalPercentageOutstanding

Returns a new instance of UnderlyingNotionalPercentageOutstanding.



2567
2568
2569
2570
2571
2572
2573
# File 'lib/quickfix_fields.rb', line 2567

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

Class Method Details

.fieldObject



2564
2565
2566
# File 'lib/quickfix_fields.rb', line 2564

def UnderlyingNotionalPercentageOutstanding.field
	return 1455
end