Class: Quickfix::TradeAllocIndicator

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

Returns a new instance of TradeAllocIndicator.



107480
107481
107482
107483
107484
107485
107486
# File 'ext/quickfix/QuickfixRuby.cpp', line 107480

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

Class Method Details

.fieldObject



11079
11080
11081
# File 'lib/quickfix_fields.rb', line 11079

def TradeAllocIndicator.field
	return 826
end