Class: Quickfix::NotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::NotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NotionalPercentageOutstanding
constructor
A new instance of NotionalPercentageOutstanding.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ NotionalPercentageOutstanding
Returns a new instance of NotionalPercentageOutstanding.
19207 19208 19209 19210 19211 19212 19213 |
# File 'lib/quickfix_fields.rb', line 19207 def initialize(data = nil) if( data == nil ) super(1451) else super(1451, data) end end |
Class Method Details
.field ⇒ Object
19204 19205 19206 |
# File 'lib/quickfix_fields.rb', line 19204 def NotionalPercentageOutstanding.field return 1451 end |