Class: Quickfix::TradSesEndTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeStampField

#<, #==, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradSesEndTime

Returns a new instance of TradSesEndTime.



4374
4375
4376
4377
4378
4379
4380
# File 'lib/quickfix_fields.rb', line 4374

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

Class Method Details

.fieldObject



4371
4372
4373
# File 'lib/quickfix_fields.rb', line 4371

def TradSesEndTime.field
	return 345
end