Class: Quickfix::PartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyRole
constructor
A new instance of PartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PartyRole
Returns a new instance of PartyRole.
6285 6286 6287 6288 6289 6290 6291 |
# File 'lib/quickfix_fields.rb', line 6285 def initialize(data = nil) if( data == nil ) super(452) else super(452, data) end end |
Class Method Details
.field ⇒ Object
6282 6283 6284 |
# File 'lib/quickfix_fields.rb', line 6282 def PartyRole.field return 452 end |