Class: Quickfix::LegProtectionTermNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegProtectionTermNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermNotional
constructor
A new instance of LegProtectionTermNotional.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermNotional
Returns a new instance of LegProtectionTermNotional.
50797 50798 50799 50800 50801 50802 50803 |
# File 'lib/quickfix_fields.rb', line 50797 def initialize(data = nil) if( data == nil ) super(41618) else super(41618, data) end end |