Class: Quickfix::TransBkdTime

Inherits:
((swig_class *) SWIGTYPE_p_FIX__UtcTimeStampField->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) ⇒ TransBkdTime

Returns a new instance of TransBkdTime.



72809
72810
72811
72812
72813
72814
72815
# File 'ext/quickfix/QuickfixRuby.cpp', line 72809

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

Class Method Details

.fieldObject



6529
6530
6531
# File 'lib/quickfix_fields.rb', line 6529

def TransBkdTime.field
	return 483
end