Class: Quickfix::ExchangeSpecialInstructions

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



15135
15136
15137
# File 'lib/quickfix_fields.rb', line 15135

def ExchangeSpecialInstructions.field
	return 1139
end