Class: Quickfix::OptPayoutType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OptPayoutType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptPayoutType
constructor
A new instance of OptPayoutType.
Constructor Details
#initialize(data = nil) ⇒ OptPayoutType
Returns a new instance of OptPayoutType.
19610 19611 19612 19613 19614 19615 19616 |
# File 'lib/quickfix_fields.rb', line 19610 def initialize(data = nil) if( data == nil ) super(1482) else super(1482, data) end end |