Class: Quickfix::NoCrossLegs

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

Returns a new instance of NoCrossLegs.



23874
23875
23876
23877
23878
23879
23880
# File 'lib/quickfix_fields.rb', line 23874

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

Class Method Details

.fieldObject



23871
23872
23873
# File 'lib/quickfix_fields.rb', line 23871

def NoCrossLegs.field
  return 1829
end