Class: Quickfix::LegOptAttribute

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ LegOptAttribute

Returns a new instance of LegOptAttribute.



85454
85455
85456
85457
85458
85459
85460
# File 'ext/quickfix/QuickfixRuby.cpp', line 85454

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

Class Method Details

.fieldObject



8180
8181
8182
# File 'lib/quickfix_fields.rb', line 8180

def LegOptAttribute.field
	return 613
end