Class: Quickfix::RequestingPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RequestingPartyRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartyRole
constructor
A new instance of RequestingPartyRole.
Constructor Details
#initialize(data = nil) ⇒ 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 |