Class: Quickfix::NoSecondaryAssetClasses

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSecondaryAssetClasses



25876
25877
25878
25879
25880
25881
25882
# File 'lib/quickfix_fields.rb', line 25876

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