Class: Quickfix::TradSesStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradSesStatus

Returns a new instance of TradSesStatus.



2554
2555
2556
2557
2558
2559
2560
# File 'lib/quickfix_fields.rb', line 2554

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

Class Method Details

.fieldObject



2551
2552
2553
# File 'lib/quickfix_fields.rb', line 2551

def TradSesStatus.field
	return 340
end