Class: Quickfix::AllocClearingFeeIndicator

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

Returns a new instance of AllocClearingFeeIndicator.



137052
137053
137054
137055
137056
137057
137058
# File 'ext/quickfix/QuickfixRuby.cpp', line 137052

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

Class Method Details

.fieldObject



14979
14980
14981
# File 'lib/quickfix_fields.rb', line 14979

def AllocClearingFeeIndicator.field
	return 1136
end