Class: Quickfix::MiscFeeSubTypeDesc

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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