Class: Quickfix::PartyActionType

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

Returns a new instance of PartyActionType.



56764
56765
56766
56767
56768
56769
56770
# File 'lib/quickfix_fields.rb', line 56764

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

Class Method Details

.fieldObject



56761
56762
56763
# File 'lib/quickfix_fields.rb', line 56761

def PartyActionType.field
  return 2329
end