Class: Quickfix::ExchangeSpecialInstructions
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExchangeSpecialInstructions
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExchangeSpecialInstructions
constructor
A new instance of ExchangeSpecialInstructions.
Constructor Details
#initialize(data = nil) ⇒ ExchangeSpecialInstructions
Returns a new instance of ExchangeSpecialInstructions.
15138 15139 15140 15141 15142 15143 15144 |
# File 'lib/quickfix_fields.rb', line 15138 def initialize(data = nil) if( data == nil ) super(1139) else super(1139, data) end end |