Class: Quickfix::SecureDataLen

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

Returns a new instance of SecureDataLen.



23844
23845
23846
23847
23848
23849
23850
# File 'ext/quickfix/QuickfixRuby.cpp', line 23844

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

Class Method Details

.fieldObject



224
225
226
# File 'lib/quickfix_fields.rb', line 224

def SecureDataLen.field
	return 90
end