Class: Quickfix::HeartBtInt

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

Returns a new instance of HeartBtInt.



24530
24531
24532
24533
24534
24535
24536
# File 'ext/quickfix/QuickfixRuby.cpp', line 24530

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

Class Method Details

.fieldObject



315
316
317
# File 'lib/quickfix_fields.rb', line 315

def HeartBtInt.field
	return 108
end