Class: Quickfix::LegSide

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSide

Returns a new instance of LegSide.



12746
12747
12748
12749
12750
12751
12752
# File 'lib/quickfix_fields.rb', line 12746

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

Class Method Details

.fieldObject



12743
12744
12745
# File 'lib/quickfix_fields.rb', line 12743

def LegSide.field
	return 624
end