Class: Quickfix::RelatedToStreamXIDRef

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

Returns a new instance of RelatedToStreamXIDRef.



57895
57896
57897
57898
57899
57900
57901
# File 'lib/quickfix_fields.rb', line 57895

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

Class Method Details

.fieldObject



57892
57893
57894
# File 'lib/quickfix_fields.rb', line 57892

def RelatedToStreamXIDRef.field
  return 2415
end