Class: Quickfix::MiscFeeSubTypeAmt

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MiscFeeSubTypeAmt

Returns a new instance of MiscFeeSubTypeAmt.



62744
62745
62746
62747
62748
62749
62750
# File 'lib/quickfix_fields.rb', line 62744

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