Class: Quickfix::NoStipulations

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



5817
5818
5819
5820
5821
5822
5823
# File 'lib/quickfix_fields.rb', line 5817

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

Class Method Details

.fieldObject



5814
5815
5816
# File 'lib/quickfix_fields.rb', line 5814

def NoStipulations.field
  return 232
end