Class: Quickfix::ExchangeSpecialInstructions

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ ExchangeSpecialInstructions

Returns a new instance of ExchangeSpecialInstructions.



137248
137249
137250
137251
137252
137253
137254
# File 'ext/quickfix/QuickfixRuby.cpp', line 137248

def initialize(data = nil)
	if( data == nil )
		super(1139)
	else
		super(1139, data)
	end
end

Class Method Details

.fieldObject



15005
15006
15007
# File 'lib/quickfix_fields.rb', line 15005

def ExchangeSpecialInstructions.field
	return 1139
end