Class: Quickfix::PosMaintRptRefID

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

Returns a new instance of PosMaintRptRefID.



9795
9796
9797
9798
9799
9800
9801
# File 'lib/quickfix_fields.rb', line 9795

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

Class Method Details

.fieldObject



9792
9793
9794
# File 'lib/quickfix_fields.rb', line 9792

def PosMaintRptRefID.field
  return 714
end