Class: Quickfix::OrderCapacity

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderCapacity

Returns a new instance of OrderCapacity.



7247
7248
7249
7250
7251
7252
7253
# File 'lib/quickfix_fields.rb', line 7247

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