Class: Quickfix::UnderlyingNotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalPercentageOutstanding
Returns a new instance of UnderlyingNotionalPercentageOutstanding.
2567 2568 2569 2570 2571 2572 2573 |
# File 'lib/quickfix_fields.rb', line 2567 def initialize(data = nil) if( data == nil ) super(1455) else super(1455, data) end end |
Class Method Details
.field ⇒ Object
2564 2565 2566 |
# File 'lib/quickfix_fields.rb', line 2564 def UnderlyingNotionalPercentageOutstanding.field return 1455 end |