Class: Quickfix::NoBidComponents

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoBidComponents

Returns a new instance of NoBidComponents.



11667
11668
11669
11670
11671
11672
11673
# File 'lib/quickfix_fields.rb', line 11667

def initialize(data = nil)
	if( data == nil )
		super(420)
	else
		super(420, data)
	end
end

Class Method Details

.fieldObject



11664
11665
11666
# File 'lib/quickfix_fields.rb', line 11664

def NoBidComponents.field
	return 420
end