Class: Quickfix::CollInquiryID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



8479
8480
8481
# File 'lib/quickfix_fields.rb', line 8479

def CollInquiryID.field
	return 909
end