Class: Quickfix::OptPayoutAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptPayoutAmount
constructor
A new instance of OptPayoutAmount.
Constructor Details
#initialize(data = nil) ⇒ OptPayoutAmount
Returns a new instance of OptPayoutAmount.
14150 14151 14152 14153 14154 14155 14156 |
# File 'lib/quickfix_fields.rb', line 14150 def initialize(data = nil) if( data == nil ) super(1195) else super(1195, data) end end |
Class Method Details
.field ⇒ Object
14147 14148 14149 |
# File 'lib/quickfix_fields.rb', line 14147 def OptPayoutAmount.field return 1195 end |