Class: Quickfix::ExchangeSpecialInstructions

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



2161
2162
2163
# File 'lib/quickfix_fields.rb', line 2161

def ExchangeSpecialInstructions.field
	return 1139
end