Class: Quickfix::NestedPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NestedPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartySubIDType
constructor
A new instance of NestedPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ NestedPartySubIDType
Returns a new instance of NestedPartySubIDType.
10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/quickfix_fields.rb', line 10965 def initialize(data = nil) if( data == nil ) super(805) else super(805, data) end end |