Class: Quickfix::NoProvisions

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

Returns a new instance of NoProvisions.



28476
28477
28478
28479
28480
28481
28482
# File 'lib/quickfix_fields.rb', line 28476

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

Class Method Details

.fieldObject



28473
28474
28475
# File 'lib/quickfix_fields.rb', line 28473

def NoProvisions.field
  return 40090
end