Class: Quickfix::EncodedUnderlyingIssuerLen

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ EncodedUnderlyingIssuerLen

Returns a new instance of EncodedUnderlyingIssuerLen.



56628
56629
56630
56631
56632
56633
56634
# File 'ext/quickfix/QuickfixRuby.cpp', line 56628

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

Class Method Details

.fieldObject



4436
4437
4438
# File 'lib/quickfix_fields.rb', line 4436

def EncodedUnderlyingIssuerLen.field
	return 362
end