Class: Quickfix::OptPayoutType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OptPayoutType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14267 14268 14269 14270 14271 14272 14273 |
# File 'lib/quickfix_fields.rb', line 14267 def initialize(data = nil) if( data == nil ) super(1482) else super(1482, data) end end |
Class Method Details
.field ⇒ Object
14264 14265 14266 |
# File 'lib/quickfix_fields.rb', line 14264 def OptPayoutType.field return 1482 end |