Class: Quickfix::ProtectionTermNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ProtectionTermNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermNotional
constructor
A new instance of ProtectionTermNotional.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermNotional
Returns a new instance of ProtectionTermNotional.
29672 29673 29674 29675 29676 29677 29678 |
# File 'lib/quickfix_fields.rb', line 29672 def initialize(data = nil) if( data == nil ) super(40182) else super(40182, data) end end |