Class: Quickfix::SecondaryClOrdID

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

Returns a new instance of SecondaryClOrdID.



7221
7222
7223
7224
7225
7226
7227
# File 'lib/quickfix_fields.rb', line 7221

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

Class Method Details

.fieldObject



7218
7219
7220
# File 'lib/quickfix_fields.rb', line 7218

def SecondaryClOrdID.field
  return 526
end