Class: Quickfix::SettlSessSubID

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

Returns a new instance of SettlSessSubID.



96822
96823
96824
96825
96826
96827
96828
# File 'ext/quickfix/QuickfixRuby.cpp', line 96822

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

Class Method Details

.fieldObject



9688
9689
9690
# File 'lib/quickfix_fields.rb', line 9688

def SettlSessSubID.field
	return 717
end