Class: Quickfix::ClearingIntention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClearingIntention

Returns a new instance of ClearingIntention.



25200
25201
25202
25203
25204
25205
25206
# File 'lib/quickfix_fields.rb', line 25200

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