Class: Quickfix::PosMaintRptID

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

Returns a new instance of PosMaintRptID.



9886
9887
9888
9889
9890
9891
9892
# File 'lib/quickfix_fields.rb', line 9886

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

Class Method Details

.fieldObject



9883
9884
9885
# File 'lib/quickfix_fields.rb', line 9883

def PosMaintRptID.field
  return 721
end