Class: Quickfix::LegSwapSubClass

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSwapSubClass

Returns a new instance of LegSwapSubClass.



42594
42595
42596
42597
42598
42599
42600
# File 'lib/quickfix_fields.rb', line 42594

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

Class Method Details

.fieldObject



42591
42592
42593
# File 'lib/quickfix_fields.rb', line 42591

def LegSwapSubClass.field
	return 2156
end