Class: Quickfix::UnderlyingOriginalNotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingOriginalNotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOriginalNotionalPercentageOutstanding
constructor
A new instance of UnderlyingOriginalNotionalPercentageOutstanding.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOriginalNotionalPercentageOutstanding
Returns a new instance of UnderlyingOriginalNotionalPercentageOutstanding.
19272 19273 19274 19275 19276 19277 19278 |
# File 'lib/quickfix_fields.rb', line 19272 def initialize(data = nil) if( data == nil ) super(1456) else super(1456, data) end end |
Class Method Details
.field ⇒ Object
19269 19270 19271 |
# File 'lib/quickfix_fields.rb', line 19269 def UnderlyingOriginalNotionalPercentageOutstanding.field return 1456 end |