Class: Quickfix::ContraLegRefID

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

Returns a new instance of ContraLegRefID.



8807
8808
8809
8810
8811
8812
8813
# File 'lib/quickfix_fields.rb', line 8807

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

Class Method Details

.fieldObject



8804
8805
8806
# File 'lib/quickfix_fields.rb', line 8804

def ContraLegRefID.field
  return 655
end