Class: Quickfix::Nested4PartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::Nested4PartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartyID
constructor
A new instance of Nested4PartyID.
Constructor Details
#initialize(data = nil) ⇒ Nested4PartyID
Returns a new instance of Nested4PartyID.
11771 11772 11773 11774 11775 11776 11777 |
# File 'lib/quickfix_fields.rb', line 11771 def initialize(data = nil) if( data == nil ) super(1415) else super(1415, data) end end |
Class Method Details
.field ⇒ Object
11768 11769 11770 |
# File 'lib/quickfix_fields.rb', line 11768 def Nested4PartyID.field return 1415 end |