Class: Quickfix::MarginAmountMarketID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarginAmountMarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginAmountMarketID
constructor
A new instance of MarginAmountMarketID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarginAmountMarketID
Returns a new instance of MarginAmountMarketID.
22431 22432 22433 22434 22435 22436 22437 |
# File 'lib/quickfix_fields.rb', line 22431 def initialize(data = nil) if( data == nil ) super(1715) else super(1715, data) end end |
Class Method Details
.field ⇒ Object
22428 22429 22430 |
# File 'lib/quickfix_fields.rb', line 22428 def MarginAmountMarketID.field return 1715 end |