Class: Quickfix::NoCrossLegs

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

Instance Method Summary collapse

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