Class: Quickfix::NoRequestingPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRequestingPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRequestingPartyIDs
constructor
A new instance of NoRequestingPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRequestingPartyIDs
Returns a new instance of NoRequestingPartyIDs.
21209 21210 21211 21212 21213 21214 21215 |
# File 'lib/quickfix_fields.rb', line 21209 def initialize(data = nil) if( data == nil ) super(1657) else super(1657, data) end end |
Class Method Details
.field ⇒ Object
21206 21207 21208 |
# File 'lib/quickfix_fields.rb', line 21206 def NoRequestingPartyIDs.field return 1657 end |