Class: Quickfix::LastMsgSeqNumProcessed

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

Returns a new instance of LastMsgSeqNumProcessed.



26380
26381
26382
26383
26384
26385
26386
# File 'ext/quickfix/QuickfixRuby.cpp', line 26380

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

Class Method Details

.fieldObject



549
550
551
# File 'lib/quickfix_fields.rb', line 549

def LastMsgSeqNumProcessed.field
	return 369
end