Class: Quickfix::LegSwapType

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

Returns a new instance of LegSwapType.



9483
9484
9485
9486
9487
9488
9489
# File 'lib/quickfix_fields.rb', line 9483

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

Class Method Details

.fieldObject



9480
9481
9482
# File 'lib/quickfix_fields.rb', line 9480

def LegSwapType.field
	return 690
end