Class: Quickfix::DeliveryForm

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryForm

Returns a new instance of DeliveryForm.



162
163
164
165
166
167
168
# File 'lib/quickfix_fields.rb', line 162

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

Class Method Details

.fieldObject



159
160
161
# File 'lib/quickfix_fields.rb', line 159

def DeliveryForm.field
  return 668
end