Class: Quickfix::DerivativeOptPayAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DerivativeOptPayAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeOptPayAmount
constructor
A new instance of DerivativeOptPayAmount.
Constructor Details
#initialize(data = nil) ⇒ DerivativeOptPayAmount
Returns a new instance of DerivativeOptPayAmount.
16321 16322 16323 16324 16325 16326 16327 |
# File 'lib/quickfix_fields.rb', line 16321 def initialize(data = nil) if( data == nil ) super(1225) else super(1225, data) end end |