Class: Quickfix::LegExecRefID

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

Returns a new instance of LegExecRefID.



24875
24876
24877
24878
24879
24880
24881
# File 'lib/quickfix_fields.rb', line 24875

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

Class Method Details

.fieldObject



24872
24873
24874
# File 'lib/quickfix_fields.rb', line 24872

def LegExecRefID.field
  return 1901
end