Class: Quickfix::NoMiscFees

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoMiscFees

Returns a new instance of NoMiscFees.



2242
2243
2244
2245
2246
2247
2248
# File 'lib/quickfix_fields.rb', line 2242

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

Class Method Details

.fieldObject



2239
2240
2241
# File 'lib/quickfix_fields.rb', line 2239

def NoMiscFees.field
  return 136
end