Class: Quickfix::NoSecondaryAssetClasses

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

Returns a new instance of 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

Class Method Details

.fieldObject



25873
25874
25875
# File 'lib/quickfix_fields.rb', line 25873

def NoSecondaryAssetClasses.field
  return 1976
end