Class: Quickfix::ClearingIntention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



25197
25198
25199
# File 'lib/quickfix_fields.rb', line 25197

def ClearingIntention.field
	return 1924
end