Class: Quickfix::UnderlyingLegSecurityExchange

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

Returns a new instance of UnderlyingLegSecurityExchange.



157118
157119
157120
157121
157122
157123
157124
# File 'ext/quickfix/QuickfixRuby.cpp', line 157118

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

Class Method Details

.fieldObject



17618
17619
17620
# File 'lib/quickfix_fields.rb', line 17618

def UnderlyingLegSecurityExchange.field
	return 1341
end