Class: Quickfix::PosMaintAction

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) ⇒ 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

Class Method Details

.fieldObject



9766
9767
9768
# File 'lib/quickfix_fields.rb', line 9766

def PosMaintAction.field
  return 712
end