Class: Quickfix::PosMaintAction

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosMaintAction

Returns a new instance of PosMaintAction.



18180
18181
18182
18183
18184
18185
18186
# File 'lib/quickfix_fields.rb', line 18180

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

Class Method Details

.fieldObject



18177
18178
18179
# File 'lib/quickfix_fields.rb', line 18177

def PosMaintAction.field
	return 712
end