Class: Quickfix::NoAsgnReqs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoAsgnReqs

Returns a new instance of NoAsgnReqs.



14618
14619
14620
14621
14622
14623
14624
# File 'lib/quickfix_fields.rb', line 14618

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

Class Method Details

.fieldObject



14615
14616
14617
# File 'lib/quickfix_fields.rb', line 14615

def NoAsgnReqs.field
  return 1499
end