Class: Quickfix::OriginalNotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::OriginalNotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OriginalNotionalPercentageOutstanding
constructor
A new instance of OriginalNotionalPercentageOutstanding.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OriginalNotionalPercentageOutstanding
Returns a new instance of OriginalNotionalPercentageOutstanding.
19220 19221 19222 19223 19224 19225 19226 |
# File 'lib/quickfix_fields.rb', line 19220 def initialize(data = nil) if( data == nil ) super(1452) else super(1452, data) end end |
Class Method Details
.field ⇒ Object
19217 19218 19219 |
# File 'lib/quickfix_fields.rb', line 19217 def OriginalNotionalPercentageOutstanding.field return 1452 end |