Class: Quickfix::SideMarketSegmentID

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

Returns a new instance of SideMarketSegmentID.



24836
24837
24838
24839
24840
24841
24842
# File 'lib/quickfix_fields.rb', line 24836

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

Class Method Details

.fieldObject



24833
24834
24835
# File 'lib/quickfix_fields.rb', line 24833

def SideMarketSegmentID.field
  return 1898
end