Class: Quickfix::NoTrdRepIndicators

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoTrdRepIndicators

Returns a new instance of NoTrdRepIndicators.



18414
18415
18416
18417
18418
18419
18420
# File 'lib/quickfix_fields.rb', line 18414

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