Class: Quickfix::SecondaryFirmTradeID

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

Returns a new instance of SecondaryFirmTradeID.



13981
13982
13983
13984
13985
13986
13987
# File 'lib/quickfix_fields.rb', line 13981

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

Class Method Details

.fieldObject



13978
13979
13980
# File 'lib/quickfix_fields.rb', line 13978

def SecondaryFirmTradeID.field
  return 1042
end