Class: Quickfix::SideUnderlyingRefID

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

Returns a new instance of SideUnderlyingRefID.



77876
77877
77878
77879
77880
77881
77882
# File 'lib/quickfix_fields.rb', line 77876

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

Class Method Details

.fieldObject



77873
77874
77875
# File 'lib/quickfix_fields.rb', line 77873

def SideUnderlyingRefID.field
  return 2863
end