Class: Quickfix::LegStreamXID

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

Returns a new instance of LegStreamXID.



51876
51877
51878
51879
51880
51881
51882
# File 'lib/quickfix_fields.rb', line 51876

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

Class Method Details

.fieldObject



51873
51874
51875
# File 'lib/quickfix_fields.rb', line 51873

def LegStreamXID.field
  return 41700
end