Class: Quickfix::SecondaryAssetSubClass

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

Instance Method Summary collapse

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