Class: Quickfix::BlockTrdAllocIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BlockTrdAllocIndicator

Returns a new instance of BlockTrdAllocIndicator.



25928
25929
25930
25931
25932
25933
25934
# File 'lib/quickfix_fields.rb', line 25928

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