Class: Quickfix::BidType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::BidType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidType
constructor
A new instance of BidType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ BidType
Returns a new instance of BidType.
4907 4908 4909 4910 4911 4912 4913 |
# File 'lib/quickfix_fields.rb', line 4907 def initialize(data = nil) if( data == nil ) super(394) else super(394, data) end end |
Class Method Details
.field ⇒ Object
4904 4905 4906 |
# File 'lib/quickfix_fields.rb', line 4904 def BidType.field return 394 end |