Class: Quickfix::MiscFeeDesc

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

Returns a new instance of MiscFeeDesc.



75809
75810
75811
75812
75813
75814
75815
# File 'lib/quickfix_fields.rb', line 75809

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

Class Method Details

.fieldObject



75806
75807
75808
# File 'lib/quickfix_fields.rb', line 75806

def MiscFeeDesc.field
	return 2713
end