Class: Quickfix::TradeAllocStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeAllocStatus
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocStatus
constructor
A new instance of TradeAllocStatus.
Constructor Details
#initialize(data = nil) ⇒ TradeAllocStatus
Returns a new instance of TradeAllocStatus.
24108 24109 24110 24111 24112 24113 24114 |
# File 'lib/quickfix_fields.rb', line 24108 def initialize(data = nil) if( data == nil ) super(1840) else super(1840, data) end end |