Class: Quickfix::SettlInstMsgID

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

Returns a new instance of SettlInstMsgID.



102788
102789
102790
102791
102792
102793
102794
# File 'ext/quickfix/QuickfixRuby.cpp', line 102788

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

Class Method Details

.fieldObject



10468
10469
10470
# File 'lib/quickfix_fields.rb', line 10468

def SettlInstMsgID.field
	return 777
end