Class: Quickfix::Nested3PartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::Nested3PartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartySubID
constructor
A new instance of Nested3PartySubID.
Constructor Details
#initialize(data = nil) ⇒ Nested3PartySubID
Returns a new instance of Nested3PartySubID.
19012 19013 19014 19015 19016 19017 19018 |
# File 'lib/quickfix_fields.rb', line 19012 def initialize(data = nil) if( data == nil ) super(953) else super(953, data) end end |
Class Method Details
.field ⇒ Object
19009 19010 19011 |
# File 'lib/quickfix_fields.rb', line 19009 def Nested3PartySubID.field return 953 end |