Class: Quickfix::TradSesMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradSesMethod

Returns a new instance of TradSesMethod.



16854
16855
16856
16857
16858
16859
16860
# File 'lib/quickfix_fields.rb', line 16854

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

Class Method Details

.fieldObject



16851
16852
16853
# File 'lib/quickfix_fields.rb', line 16851

def TradSesMethod.field
	return 338
end