Class: Quickfix::PosMaintAction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosMaintAction

Returns a new instance of PosMaintAction.



9769
9770
9771
9772
9773
9774
9775
# File 'lib/quickfix_fields.rb', line 9769

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