Class: Quickfix::TriggerSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TriggerSecurityIDSource

Returns a new instance of TriggerSecurityIDSource.



15073
15074
15075
15076
15077
15078
15079
# File 'lib/quickfix_fields.rb', line 15073

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

Class Method Details

.fieldObject



15070
15071
15072
# File 'lib/quickfix_fields.rb', line 15070

def TriggerSecurityIDSource.field
	return 1105
end