Class: Quickfix::SideExecID

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

Returns a new instance of SideExecID.



18895
18896
18897
18898
18899
18900
18901
# File 'lib/quickfix_fields.rb', line 18895

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

Class Method Details

.fieldObject



18892
18893
18894
# File 'lib/quickfix_fields.rb', line 18892

def SideExecID.field
  return 1427
end