Class: Quickfix::SettlDeliveryType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ SettlDeliveryType



41792
41793
41794
41795
41796
41797
41798
# File 'ext/quickfix/QuickfixRuby.cpp', line 41792

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

Class Method Details

.fieldObject



2525
2526
2527
# File 'lib/quickfix_fields.rb', line 2525

def SettlDeliveryType.field
  return 172
end