Class: Quickfix::UnderlyingOriginalNotionalPercentageOutstanding

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ UnderlyingOriginalNotionalPercentageOutstanding

Returns a new instance of UnderlyingOriginalNotionalPercentageOutstanding.



169172
169173
169174
169175
169176
169177
169178
# File 'ext/quickfix/QuickfixRuby.cpp', line 169172

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

Class Method Details

.fieldObject



19217
19218
19219
# File 'lib/quickfix_fields.rb', line 19217

def UnderlyingOriginalNotionalPercentageOutstanding.field
	return 1456
end