Class: Quickfix::Nested2PartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::Nested2PartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartySubID
constructor
A new instance of Nested2PartySubID.
Constructor Details
#initialize(data = nil) ⇒ Nested2PartySubID
Returns a new instance of Nested2PartySubID.
9704 9705 9706 9707 9708 9709 9710 |
# File 'lib/quickfix_fields.rb', line 9704 def initialize(data = nil) if( data == nil ) super(760) else super(760, data) end end |
Class Method Details
.field ⇒ Object
9701 9702 9703 |
# File 'lib/quickfix_fields.rb', line 9701 def Nested2PartySubID.field return 760 end |