Class: Quickfix::NoLegStipulations

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

Returns a new instance of NoLegStipulations.



9405
9406
9407
9408
9409
9410
9411
# File 'lib/quickfix_fields.rb', line 9405

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

Class Method Details

.fieldObject



9402
9403
9404
# File 'lib/quickfix_fields.rb', line 9402

def NoLegStipulations.field
  return 683
end