Class: Quickfix::UnderlyingOriginalNotionalPercentageOutstanding

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



19269
19270
19271
# File 'lib/quickfix_fields.rb', line 19269

def UnderlyingOriginalNotionalPercentageOutstanding.field
	return 1456
end