Class: Quickfix::OriginalNotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OriginalNotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OriginalNotionalPercentageOutstanding
constructor
A new instance of OriginalNotionalPercentageOutstanding.
Constructor Details
#initialize(data = nil) ⇒ OriginalNotionalPercentageOutstanding
Returns a new instance of OriginalNotionalPercentageOutstanding.
19454 19455 19456 19457 19458 19459 19460 |
# File 'lib/quickfix_fields.rb', line 19454 def initialize(data = nil) if( data == nil ) super(1452) else super(1452, data) end end |
Class Method Details
.field ⇒ Object
19451 19452 19453 |
# File 'lib/quickfix_fields.rb', line 19451 def OriginalNotionalPercentageOutstanding.field return 1452 end |