Class: Quickfix::ComplexOptPayoutAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ComplexOptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutAmount
constructor
A new instance of ComplexOptPayoutAmount.
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutAmount
Returns a new instance of ComplexOptPayoutAmount.
13903 13904 13905 13906 13907 13908 13909 |
# File 'lib/quickfix_fields.rb', line 13903 def initialize(data = nil) if( data == nil ) super(1485) else super(1485, data) end end |
Class Method Details
.field ⇒ Object
13900 13901 13902 |
# File 'lib/quickfix_fields.rb', line 13900 def ComplexOptPayoutAmount.field return 1485 end |