Class: Quickfix::BidRequestTransType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ BidRequestTransType

Returns a new instance of BidRequestTransType.



57584
57585
57586
57587
57588
57589
57590
# File 'ext/quickfix/QuickfixRuby.cpp', line 57584

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

Class Method Details

.fieldObject



4540
4541
4542
# File 'lib/quickfix_fields.rb', line 4540

def BidRequestTransType.field
	return 374
end