Class: Quickfix::Nested2PartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::Nested2PartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartyID
constructor
A new instance of Nested2PartyID.
Constructor Details
#initialize(data = nil) ⇒ Nested2PartyID
Returns a new instance of Nested2PartyID.
19064 19065 19066 19067 19068 19069 19070 |
# File 'lib/quickfix_fields.rb', line 19064 def initialize(data = nil) if( data == nil ) super(757) else super(757, data) end end |
Class Method Details
.field ⇒ Object
19061 19062 19063 |
# File 'lib/quickfix_fields.rb', line 19061 def Nested2PartyID.field return 757 end |