Class: Quickfix::PartyActionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyActionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyActionType
constructor
A new instance of PartyActionType.
Methods inherited from IntField
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
.field ⇒ Object
56761 56762 56763 |
# File 'lib/quickfix_fields.rb', line 56761 def PartyActionType.field return 2329 end |