Class: Quickfix::MiscFeeType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MiscFeeType

Returns a new instance of MiscFeeType.



10523
10524
10525
10526
10527
10528
10529
# File 'lib/quickfix_fields.rb', line 10523

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

Class Method Details

.fieldObject



10520
10521
10522
# File 'lib/quickfix_fields.rb', line 10520

def MiscFeeType.field
	return 139
end