Class: Quickfix::NoAsgnReqs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoAsgnReqs

Returns a new instance of NoAsgnReqs.



19831
19832
19833
19834
19835
19836
19837
# File 'lib/quickfix_fields.rb', line 19831

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

Class Method Details

.fieldObject



19828
19829
19830
# File 'lib/quickfix_fields.rb', line 19828

def NoAsgnReqs.field
  return 1499
end