Class: Quickfix::NestedPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::NestedPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyID
constructor
A new instance of NestedPartyID.
Constructor Details
#initialize(data = nil) ⇒ NestedPartyID
Returns a new instance of NestedPartyID.
58 59 60 61 62 63 64 |
# File 'lib/quickfix_fields.rb', line 58 def initialize(data = nil) if( data == nil ) super(524) else super(524, data) end end |
Class Method Details
.field ⇒ Object
55 56 57 |
# File 'lib/quickfix_fields.rb', line 55 def NestedPartyID.field return 524 end |