Class: Quickfix::CollInquiryID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollInquiryID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollInquiryID
constructor
A new instance of CollInquiryID.
Constructor Details
#initialize(data = nil) ⇒ CollInquiryID
Returns a new instance of CollInquiryID.
8482 8483 8484 8485 8486 8487 8488 |
# File 'lib/quickfix_fields.rb', line 8482 def initialize(data = nil) if( data == nil ) super(909) else super(909, data) end end |
Class Method Details
.field ⇒ Object
8479 8480 8481 |
# File 'lib/quickfix_fields.rb', line 8479 def CollInquiryID.field return 909 end |