Class: Quickfix::RootPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RootPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartyRole
constructor
A new instance of RootPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RootPartyRole
Returns a new instance of RootPartyRole.
14943 14944 14945 14946 14947 14948 14949 |
# File 'lib/quickfix_fields.rb', line 14943 def initialize(data = nil) if( data == nil ) super(1119) else super(1119, data) end end |
Class Method Details
.field ⇒ Object
14940 14941 14942 |
# File 'lib/quickfix_fields.rb', line 14940 def RootPartyRole.field return 1119 end |