Class: Quickfix::UnderlyingSettlementType

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

Returns a new instance of UnderlyingSettlementType.



122168
122169
122170
122171
122172
122173
122174
# File 'ext/quickfix/QuickfixRuby.cpp', line 122168

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

Class Method Details

.fieldObject



13016
13017
13018
# File 'lib/quickfix_fields.rb', line 13016

def UnderlyingSettlementType.field
	return 975
end