Class: Quickfix::UnderlyingAssetGroup

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAssetGroup

Returns a new instance of UnderlyingAssetGroup.



61587
61588
61589
61590
61591
61592
61593
# File 'lib/quickfix_fields.rb', line 61587

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