Class: Quickfix::ProvisionType

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

Returns a new instance of ProvisionType.



28489
28490
28491
28492
28493
28494
28495
# File 'lib/quickfix_fields.rb', line 28489

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

Class Method Details

.fieldObject



28486
28487
28488
# File 'lib/quickfix_fields.rb', line 28486

def ProvisionType.field
  return 40091
end