Class: Quickfix::NestedPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::NestedPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyIDSource
constructor
A new instance of NestedPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ NestedPartyIDSource
Returns a new instance of NestedPartyIDSource.
14384 14385 14386 14387 14388 14389 14390 |
# File 'lib/quickfix_fields.rb', line 14384 def initialize(data = nil) if( data == nil ) super(525) else super(525, data) end end |
Class Method Details
.field ⇒ Object
14381 14382 14383 |
# File 'lib/quickfix_fields.rb', line 14381 def NestedPartyIDSource.field return 525 end |