Class: Quickfix::TriggerTradingSessionSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TriggerTradingSessionSubID

Returns a new instance of TriggerTradingSessionSubID.



2359
2360
2361
2362
2363
2364
2365
# File 'lib/quickfix_fields.rb', line 2359

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

Class Method Details

.fieldObject



2356
2357
2358
# File 'lib/quickfix_fields.rb', line 2356

def TriggerTradingSessionSubID.field
	return 1114
end