Class: Quickfix::PartyDetailRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyDetailRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailRole
constructor
A new instance of PartyDetailRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PartyDetailRole
Returns a new instance of PartyDetailRole.
21495 21496 21497 21498 21499 21500 21501 |
# File 'lib/quickfix_fields.rb', line 21495 def initialize(data = nil) if( data == nil ) super(1693) else super(1693, data) end end |
Class Method Details
.field ⇒ Object
21492 21493 21494 |
# File 'lib/quickfix_fields.rb', line 21492 def PartyDetailRole.field return 1693 end |