Class: Quickfix::LegNotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegNotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegNotionalPercentageOutstanding
constructor
A new instance of LegNotionalPercentageOutstanding.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegNotionalPercentageOutstanding
42529 42530 42531 42532 42533 42534 42535 |
# File 'lib/quickfix_fields.rb', line 42529 def initialize(data = nil) if( data == nil ) super(2151) else super(2151, data) end end |
Class Method Details
.field ⇒ Object
42526 42527 42528 |
# File 'lib/quickfix_fields.rb', line 42526 def LegNotionalPercentageOutstanding.field return 2151 end |