Class: Quickfix::NotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::NotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NotionalPercentageOutstanding
constructor
A new instance of NotionalPercentageOutstanding.
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 |