Class: Quickfix::OrigCrossID

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

Returns a new instance of OrigCrossID.



7546
7547
7548
7549
7550
7551
7552
# File 'lib/quickfix_fields.rb', line 7546

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

Class Method Details

.fieldObject



7543
7544
7545
# File 'lib/quickfix_fields.rb', line 7543

def OrigCrossID.field
  return 551
end