Class: Quickfix::EncodedCommissionDescLen

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

Returns a new instance of EncodedCommissionDescLen.



62991
62992
62993
62994
62995
62996
62997
# File 'lib/quickfix_fields.rb', line 62991

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

Class Method Details

.fieldObject



62988
62989
62990
# File 'lib/quickfix_fields.rb', line 62988

def EncodedCommissionDescLen.field
	return 2651
end