Class: Quickfix::UnderlyingOriginalNotionalPercentageOutstanding
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingOriginalNotionalPercentageOutstanding
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOriginalNotionalPercentageOutstanding
constructor
A new instance of UnderlyingOriginalNotionalPercentageOutstanding.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOriginalNotionalPercentageOutstanding
Returns a new instance of UnderlyingOriginalNotionalPercentageOutstanding.
1228 1229 1230 1231 1232 1233 1234 |
# File 'lib/quickfix_fields.rb', line 1228 def initialize(data = nil) if( data == nil ) super(1456) else super(1456, data) end end |
Class Method Details
.field ⇒ Object
1225 1226 1227 |
# File 'lib/quickfix_fields.rb', line 1225 def UnderlyingOriginalNotionalPercentageOutstanding.field return 1456 end |