Class: Quickfix::MiscFeeCurr

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MiscFeeCurr

Returns a new instance of MiscFeeCurr.



2268
2269
2270
2271
2272
2273
2274
# File 'lib/quickfix_fields.rb', line 2268

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