Class: Quickfix::NestedPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NestedPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
1072 1073 1074 1075 1076 1077 1078 |
# File 'lib/quickfix_fields.rb', line 1072 def initialize(data = nil) if( data == nil ) super(805) else super(805, data) end end |
Class Method Details
.field ⇒ Object
1069 1070 1071 |
# File 'lib/quickfix_fields.rb', line 1069 def NestedPartySubIDType.field return 805 end |