Class: Quickfix::RequestingPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RequestingPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartyRole
constructor
A new instance of RequestingPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RequestingPartyRole
Returns a new instance of RequestingPartyRole.
21248 21249 21250 21251 21252 21253 21254 |
# File 'lib/quickfix_fields.rb', line 21248 def initialize(data = nil) if( data == nil ) super(1660) else super(1660, data) end end |
Class Method Details
.field ⇒ Object
21245 21246 21247 |
# File 'lib/quickfix_fields.rb', line 21245 def RequestingPartyRole.field return 1660 end |