Class: Quickfix::ProvisionOptionMaximumNumber

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionMaximumNumber

Returns a new instance of ProvisionOptionMaximumNumber.



28684
28685
28686
28687
28688
28689
28690
# File 'lib/quickfix_fields.rb', line 28684

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