Class: Quickfix::LegOptPayoutAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegOptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptPayoutAmount
constructor
A new instance of LegOptPayoutAmount.
Constructor Details
#initialize(data = nil) ⇒ LegOptPayoutAmount
Returns a new instance of LegOptPayoutAmount.
43088 43089 43090 43091 43092 43093 43094 |
# File 'lib/quickfix_fields.rb', line 43088 def initialize(data = nil) if( data == nil ) super(2194) else super(2194, data) end end |