Class: Quickfix::UnderlyingNotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingNotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalPercentageOutstanding
constructor
A new instance of UnderlyingNotionalPercentageOutstanding.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalPercentageOutstanding
Returns a new instance of UnderlyingNotionalPercentageOutstanding.
19259 19260 19261 19262 19263 19264 19265 |
# File 'lib/quickfix_fields.rb', line 19259 def initialize(data = nil) if( data == nil ) super(1455) else super(1455, data) end end |
Class Method Details
.field ⇒ Object
19256 19257 19258 |
# File 'lib/quickfix_fields.rb', line 19256 def .field return 1455 end |