Class: Quickfix::NotionalPercentageOutstanding

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) ⇒ NotionalPercentageOutstanding

Returns a new instance of NotionalPercentageOutstanding.



168682
168683
168684
168685
168686
168687
168688
# File 'ext/quickfix/QuickfixRuby.cpp', line 168682

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

Class Method Details

.fieldObject



19152
19153
19154
# File 'lib/quickfix_fields.rb', line 19152

def NotionalPercentageOutstanding.field
	return 1451
end