Class: Quickfix::SecondaryAssetSubClass

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

Returns a new instance of SecondaryAssetSubClass.



25902
25903
25904
25905
25906
25907
25908
# File 'lib/quickfix_fields.rb', line 25902

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

Class Method Details

.fieldObject



25899
25900
25901
# File 'lib/quickfix_fields.rb', line 25899

def SecondaryAssetSubClass.field
  return 1978
end