Class: Quickfix::ShortSaleReason

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ ShortSaleReason

Returns a new instance of ShortSaleReason.



110028
110029
110030
110031
110032
110033
110034
# File 'ext/quickfix/QuickfixRuby.cpp', line 110028

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

Class Method Details

.fieldObject



11417
11418
11419
# File 'lib/quickfix_fields.rb', line 11417

def ShortSaleReason.field
	return 853
end