Class: Quickfix::NestedPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NestedPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyRole
constructor
A new instance of NestedPartyRole.
Constructor Details
#initialize(data = nil) ⇒ NestedPartyRole
Returns a new instance of NestedPartyRole.
8976 8977 8978 8979 8980 8981 8982 |
# File 'lib/quickfix_fields.rb', line 8976 def initialize(data = nil) if( data == nil ) super(538) else super(538, data) end end |
Class Method Details
.field ⇒ Object
8973 8974 8975 |
# File 'lib/quickfix_fields.rb', line 8973 def NestedPartyRole.field return 538 end |