Class: Quickfix::RequestedPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RequestedPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestedPartyRole
constructor
A new instance of RequestedPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RequestedPartyRole
Returns a new instance of RequestedPartyRole.
20403 20404 20405 20406 20407 20408 20409 |
# File 'lib/quickfix_fields.rb', line 20403 def initialize(data = nil) if( data == nil ) super(1509) else super(1509, data) end end |
Class Method Details
.field ⇒ Object
20400 20401 20402 |
# File 'lib/quickfix_fields.rb', line 20400 def RequestedPartyRole.field return 1509 end |