Class: Quickfix::SettlPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartySubID
constructor
A new instance of SettlPartySubID.
Constructor Details
#initialize(data = nil) ⇒ SettlPartySubID
Returns a new instance of SettlPartySubID.
16321 16322 16323 16324 16325 16326 16327 |
# File 'lib/quickfix_fields.rb', line 16321 def initialize(data = nil) if( data == nil ) super(785) else super(785, data) end end |
Class Method Details
.field ⇒ Object
16318 16319 16320 |
# File 'lib/quickfix_fields.rb', line 16318 def SettlPartySubID.field return 785 end |