Class: Quickfix::Nested2PartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::Nested2PartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartyIDSource
constructor
A new instance of Nested2PartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ Nested2PartyIDSource
Returns a new instance of Nested2PartyIDSource.
17998 17999 18000 18001 18002 18003 18004 |
# File 'lib/quickfix_fields.rb', line 17998 def initialize(data = nil) if( data == nil ) super(758) else super(758, data) end end |
Class Method Details
.field ⇒ Object
17995 17996 17997 |
# File 'lib/quickfix_fields.rb', line 17995 def Nested2PartyIDSource.field return 758 end |