Class: Quickfix::NotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::NotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14631 14632 14633 14634 14635 14636 14637 |
# File 'lib/quickfix_fields.rb', line 14631 def initialize(data = nil) if( data == nil ) super(1451) else super(1451, data) end end |
Class Method Details
.field ⇒ Object
14628 14629 14630 |
# File 'lib/quickfix_fields.rb', line 14628 def NotionalPercentageOutstanding.field return 1451 end |