Class: Quickfix::HostCrossID

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

Returns a new instance of HostCrossID.



12967
12968
12969
12970
12971
12972
12973
# File 'lib/quickfix_fields.rb', line 12967

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

Class Method Details

.fieldObject



12964
12965
12966
# File 'lib/quickfix_fields.rb', line 12964

def HostCrossID.field
  return 961
end