Class: Quickfix::MiscFeeCurr

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MiscFeeCurr

Returns a new instance of MiscFeeCurr.



9587
9588
9589
9590
9591
9592
9593
# File 'lib/quickfix_fields.rb', line 9587

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

Class Method Details

.fieldObject



9584
9585
9586
# File 'lib/quickfix_fields.rb', line 9584

def MiscFeeCurr.field
	return 138
end