Class: Quickfix::RequestingPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RequestingPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartySubIDType
constructor
A new instance of RequestingPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RequestingPartySubIDType
Returns a new instance of RequestingPartySubIDType.
21287 21288 21289 21290 21291 21292 21293 |
# File 'lib/quickfix_fields.rb', line 21287 def initialize(data = nil) if( data == nil ) super(1663) else super(1663, data) end end |
Class Method Details
.field ⇒ Object
21284 21285 21286 |
# File 'lib/quickfix_fields.rb', line 21284 def RequestingPartySubIDType.field return 1663 end |