Class: Quickfix::TradSesMethod

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

Returns a new instance of TradSesMethod.



4283
4284
4285
4286
4287
4288
4289
# File 'lib/quickfix_fields.rb', line 4283

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

Class Method Details

.fieldObject



4280
4281
4282
# File 'lib/quickfix_fields.rb', line 4280

def TradSesMethod.field
	return 338
end