Class: Quickfix::NestedPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NestedPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyRole
constructor
A new instance of NestedPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NestedPartyRole
Returns a new instance of NestedPartyRole.
7377 7378 7379 7380 7381 7382 7383 |
# File 'lib/quickfix_fields.rb', line 7377 def initialize(data = nil) if( data == nil ) super(538) else super(538, data) end end |
Class Method Details
.field ⇒ Object
7374 7375 7376 |
# File 'lib/quickfix_fields.rb', line 7374 def NestedPartyRole.field return 538 end |