Class: Quickfix::TradeContinuationText
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeContinuationText
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeContinuationText
constructor
A new instance of TradeContinuationText.
Constructor Details
#initialize(data = nil) ⇒ TradeContinuationText
Returns a new instance of TradeContinuationText.
57323 57324 57325 57326 57327 57328 57329 |
# File 'lib/quickfix_fields.rb', line 57323 def initialize(data = nil) if( data == nil ) super(2374) else super(2374, data) end end |