Class: Quickfix::UnderlyingOriginalNotionalPercentageOutstanding

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOriginalNotionalPercentageOutstanding

Returns a new instance of UnderlyingOriginalNotionalPercentageOutstanding.



1228
1229
1230
1231
1232
1233
1234
# File 'lib/quickfix_fields.rb', line 1228

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

Class Method Details

.fieldObject



1225
1226
1227
# File 'lib/quickfix_fields.rb', line 1225

def UnderlyingOriginalNotionalPercentageOutstanding.field
	return 1456
end