Class: Quickfix::TradingSessionSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

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

Constructor Details

#initialize(data = nil) ⇒ TradingSessionSubID

Returns a new instance of TradingSessionSubID.



8482
8483
8484
8485
8486
8487
8488
# File 'lib/quickfix_fields.rb', line 8482

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

Class Method Details

.fieldObject



8479
8480
8481
# File 'lib/quickfix_fields.rb', line 8479

def TradingSessionSubID.field
	return 625
end