Class: Quickfix::BidTradeType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::BidTradeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidTradeType
constructor
A new instance of BidTradeType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ BidTradeType
Returns a new instance of BidTradeType.
9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/quickfix_fields.rb', line 9015 def initialize(data = nil) if( data == nil ) super(418) else super(418, data) end end |
Class Method Details
.field ⇒ Object
9012 9013 9014 |
# File 'lib/quickfix_fields.rb', line 9012 def BidTradeType.field return 418 end |