Class: Quickfix::ExchangeSpecialInstructions
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExchangeSpecialInstructions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
2164 2165 2166 2167 2168 2169 2170 |
# File 'lib/quickfix_fields.rb', line 2164 def initialize(data = nil) if( data == nil ) super(1139) else super(1139, data) end end |
Class Method Details
.field ⇒ Object
2161 2162 2163 |
# File 'lib/quickfix_fields.rb', line 2161 def ExchangeSpecialInstructions.field return 1139 end |