Class: Quickfix::TradSesControl

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradSesControl

Returns a new instance of TradSesControl.



23341
23342
23343
23344
23345
23346
23347
# File 'lib/quickfix_fields.rb', line 23341

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

Class Method Details

.fieldObject



23338
23339
23340
# File 'lib/quickfix_fields.rb', line 23338

def TradSesControl.field
	return 1785
end