Class: Quickfix::AffectedSecondaryOrderID

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

Returns a new instance of AffectedSecondaryOrderID.



7351
7352
7353
7354
7355
7356
7357
# File 'lib/quickfix_fields.rb', line 7351

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

Class Method Details

.fieldObject



7348
7349
7350
# File 'lib/quickfix_fields.rb', line 7348

def AffectedSecondaryOrderID.field
  return 536
end