Class: Quickfix::LegOptPayoutType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegOptPayoutType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptPayoutType
constructor
A new instance of LegOptPayoutType.
Constructor Details
#initialize(data = nil) ⇒ LegOptPayoutType
Returns a new instance of LegOptPayoutType.
43075 43076 43077 43078 43079 43080 43081 |
# File 'lib/quickfix_fields.rb', line 43075 def initialize(data = nil) if( data == nil ) super(2193) else super(2193, data) end end |