Class: Quickfix::NoRequestingPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRequestingPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRequestingPartySubIDs
constructor
A new instance of NoRequestingPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRequestingPartySubIDs
Returns a new instance of NoRequestingPartySubIDs.
21261 21262 21263 21264 21265 21266 21267 |
# File 'lib/quickfix_fields.rb', line 21261 def initialize(data = nil) if( data == nil ) super(1661) else super(1661, data) end end |
Class Method Details
.field ⇒ Object
21258 21259 21260 |
# File 'lib/quickfix_fields.rb', line 21258 def NoRequestingPartySubIDs.field return 1661 end |