Class: Quickfix::TransferReason

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) ⇒ TransferReason

Returns a new instance of TransferReason.



107872
107873
107874
107875
107876
107877
107878
# File 'ext/quickfix/QuickfixRuby.cpp', line 107872

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

Class Method Details

.fieldObject



11131
11132
11133
# File 'lib/quickfix_fields.rb', line 11131

def TransferReason.field
	return 830
end