Class: Quickfix::NoTargetPartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoTargetPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTargetPartyIDs
constructor
A new instance of NoTargetPartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoTargetPartyIDs
Returns a new instance of NoTargetPartyIDs.
13253 13254 13255 13256 13257 13258 13259 |
# File 'lib/quickfix_fields.rb', line 13253 def initialize(data = nil) if( data == nil ) super(1461) else super(1461, data) end end |
Class Method Details
.field ⇒ Object
13250 13251 13252 |
# File 'lib/quickfix_fields.rb', line 13250 def NoTargetPartyIDs.field return 1461 end |