Class: Quickfix::LegCouponType

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

Returns a new instance of LegCouponType.



42659
42660
42661
42662
42663
42664
42665
# File 'lib/quickfix_fields.rb', line 42659

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

Class Method Details

.fieldObject



42656
42657
42658
# File 'lib/quickfix_fields.rb', line 42656

def LegCouponType.field
	return 2161
end