Class: Quickfix::MiscFeeAmountDue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MiscFeeAmountDue

Returns a new instance of MiscFeeAmountDue.



43608
43609
43610
43611
43612
43613
43614
# File 'lib/quickfix_fields.rb', line 43608

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