Class: Quickfix::ExchangeSpecialInstructions

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

Instance Method Summary collapse

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