Class: Quickfix::UnderlyingLegSecurityType

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

Returns a new instance of UnderlyingLegSecurityType.



156726
156727
156728
156729
156730
156731
156732
# File 'ext/quickfix/QuickfixRuby.cpp', line 156726

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

Class Method Details

.fieldObject



17566
17567
17568
# File 'lib/quickfix_fields.rb', line 17566

def UnderlyingLegSecurityType.field
	return 1337
end