Class: Quickfix::MiscFeeAmountDue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



43605
43606
43607
# File 'lib/quickfix_fields.rb', line 43605

def MiscFeeAmountDue.field
  return 2217
end