Class: Quickfix::LegAllocSettlCurrency

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

Returns a new instance of LegAllocSettlCurrency.



159470
159471
159472
159473
159474
159475
159476
# File 'ext/quickfix/QuickfixRuby.cpp', line 159470

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

Class Method Details

.fieldObject



17930
17931
17932
# File 'lib/quickfix_fields.rb', line 17930

def LegAllocSettlCurrency.field
	return 1367
end