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