Class: Quickfix::LegSettlCurrency

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

Returns a new instance of LegSettlCurrency.



92804
92805
92806
92807
92808
92809
92810
# File 'ext/quickfix/QuickfixRuby.cpp', line 92804

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

Class Method Details

.fieldObject



9155
9156
9157
# File 'lib/quickfix_fields.rb', line 9155

def LegSettlCurrency.field
	return 675
end