Class: Quickfix::PartyActionRejectReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyActionRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyActionRejectReason
constructor
A new instance of PartyActionRejectReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PartyActionRejectReason
Returns a new instance of PartyActionRejectReason.
56816 56817 56818 56819 56820 56821 56822 |
# File 'lib/quickfix_fields.rb', line 56816 def initialize(data = nil) if( data == nil ) super(2333) else super(2333, data) end end |
Class Method Details
.field ⇒ Object
56813 56814 56815 |
# File 'lib/quickfix_fields.rb', line 56813 def PartyActionRejectReason.field return 2333 end |