Class: Quickfix::PartyActionReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PartyActionReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyActionReportID
constructor
A new instance of PartyActionReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PartyActionReportID
56790 56791 56792 56793 56794 56795 56796 |
# File 'lib/quickfix_fields.rb', line 56790 def initialize(data = nil) if( data == nil ) super(2331) else super(2331, data) end end |
Class Method Details
.field ⇒ Object
56787 56788 56789 |
# File 'lib/quickfix_fields.rb', line 56787 def PartyActionReportID.field return 2331 end |