Class: Quickfix::TriggerSecurityIDSource

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

Returns a new instance of TriggerSecurityIDSource.



14761
14762
14763
14764
14765
14766
14767
# File 'lib/quickfix_fields.rb', line 14761

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

Class Method Details

.fieldObject



14758
14759
14760
# File 'lib/quickfix_fields.rb', line 14758

def TriggerSecurityIDSource.field
  return 1105
end