Class: Quickfix::LegTimeUnit

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

Returns a new instance of LegTimeUnit.



124618
124619
124620
124621
124622
124623
124624
# File 'ext/quickfix/QuickfixRuby.cpp', line 124618

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

Class Method Details

.fieldObject



13341
13342
13343
# File 'lib/quickfix_fields.rb', line 13341

def LegTimeUnit.field
	return 1001
end