Class: Quickfix::MiscFeeSubTypeAmt

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) ⇒ 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

Class Method Details

.fieldObject



62741
62742
62743
# File 'lib/quickfix_fields.rb', line 62741

def MiscFeeSubTypeAmt.field
  return 2635
end