Class: Quickfix::SenderLocationID

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

Returns a new instance of SenderLocationID.



25498
25499
25500
25501
25502
25503
25504
# File 'ext/quickfix/QuickfixRuby.cpp', line 25498

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

Class Method Details

.fieldObject



432
433
434
# File 'lib/quickfix_fields.rb', line 432

def SenderLocationID.field
	return 142
end