Class: Quickfix::SettlPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartyID
constructor
A new instance of SettlPartyID.
Constructor Details
#initialize(data = nil) ⇒ SettlPartyID
Returns a new instance of SettlPartyID.
11303 11304 11305 11306 11307 11308 11309 |
# File 'lib/quickfix_fields.rb', line 11303 def initialize(data = nil) if( data == nil ) super(782) else super(782, data) end end |
Class Method Details
.field ⇒ Object
11300 11301 11302 |
# File 'lib/quickfix_fields.rb', line 11300 def SettlPartyID.field return 782 end |