Class: Quickfix::SettlPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SettlPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartySubIDType
constructor
A new instance of SettlPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ SettlPartySubIDType
Returns a new instance of SettlPartySubIDType.
3347 3348 3349 3350 3351 3352 3353 |
# File 'lib/quickfix_fields.rb', line 3347 def initialize(data = nil) if( data == nil ) super(786) else super(786, data) end end |
Class Method Details
.field ⇒ Object
3344 3345 3346 |
# File 'lib/quickfix_fields.rb', line 3344 def SettlPartySubIDType.field return 786 end |