Class: Quickfix::NoLegStipulations

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegStipulations

Returns a new instance of NoLegStipulations.



656
657
658
659
660
661
662
# File 'lib/quickfix_fields.rb', line 656

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

Class Method Details

.fieldObject



653
654
655
# File 'lib/quickfix_fields.rb', line 653

def NoLegStipulations.field
  return 683
end