Class: Quickfix::MiscFeeSubTypeDesc

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

Returns a new instance of MiscFeeSubTypeDesc.



62757
62758
62759
62760
62761
62762
62763
# File 'lib/quickfix_fields.rb', line 62757

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

Class Method Details

.fieldObject



62754
62755
62756
# File 'lib/quickfix_fields.rb', line 62754

def MiscFeeSubTypeDesc.field
	return 2636
end