Class: Quickfix::LocateReqd

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LocateReqd

Returns a new instance of LocateReqd.



2034
2035
2036
2037
2038
2039
2040
# File 'lib/quickfix_fields.rb', line 2034

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

Class Method Details

.fieldObject



2031
2032
2033
# File 'lib/quickfix_fields.rb', line 2031

def LocateReqd.field
  return 114
end